COLOR #D5B481

HEX: #D5B481
RGB: (213,180,129)

Renk bilgisi

#D5B481 contains mainly red and green colors. #D5B481 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D5B481 color RGB value is (213,180,129).

  • kırmız ton 213;
  • yeşil ton 180;
  • mavi ton 129.
RGB:
(213,180,129)
(84%,71%,51%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 180 of 255 = 71%
B 129 of 255 = 51%

213
180
129

R + G + B ~ 69%. #D5B481 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 180 + 129 = 522 (100%)
R 213 of 522 ~ 40.8%
G 180 of 522 ~ 34.48%
B 129 of 522 ~ 24.71%

%40.8
%34.48
%24.71

CMYK RENK MODELİ

#D5B481 rengi CMYK tonu (0,15,39,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.49%
  • sarı tonu 39.44%
  • ana renk tonu 16.47%
CMYK:
(0,15,39,16)
C0M15Y39K16 
(0%,15%,39%,16%)
(0.00/0.15/0.39/0.16)	

CMYK yüzdeleri

%0
%15.49
%39.44
%16.47

Codes

Color #D5B481 in popluar color models

D5B481
RGB213180129
HSL36°50.00%67.06%
HSB/HSV36°39.44%83.53%
CMYK0.00%15.49%39.44%
16.47%

Color #D5B481 in popluar number systems.

HEXD5B481
Decimal213180129
Binary110101011011010010000001
Octal325264201

Shades and tints

Shades of #D5B481

#D5B481
(213,180,129)
#C2A476
(194,164,118)
#AF946B
(175,148,107)
#9C8460
(156,132,96)
#897455
(137,116,85)
#76644A
(118,100,74)
#63543F
(99,84,63)
#504434
(80,68,52)
#3D3429
(61,52,41)
#2A241E
(42,36,30)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #D5B481

#D5B481
(213,180,129)
#D8BA8C
(216,186,140)
#DBC097
(219,192,151)
#DEC6A2
(222,198,162)
#E1CCAD
(225,204,173)
#E4D2B8
(228,210,184)
#E7D8C3
(231,216,195)
#EADECE
(234,222,206)
#EDE4D9
(237,228,217)
#F0EAE4
(240,234,228)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B481 color. Also use rgb(213,180,129) instead hex code.

Text Font Color

.myTextColor { color: #D5B481; }

<p style="color:#D5B481">This sample text font color is #D5B481.</p>

This text font color is #D5B481.


Background Color

.myBgColor { background-color: #D5B481; }

<div style="background-color:#D5B481">Inner text</div>

This div background color is #D5B481.


Border color

.myBorderColor { border: 1px solid #D5B481; }

<div style="border:3px solid #D5B481">Div</div>

This div border color is #D5B481.


Opacity

.myOpacity80 { color: #D5B481; opacity: 0.8; }

<p style="color:#D5B481;opacity:0.8;">80%</p>

Text with #D5B481 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D5B481;}

<p style="text-shadow: 3px 3px 1px #D5B481">Text here.</p>

This text has shadow with #D5B481 color.

.textShadow {text-shadow: 3px 3px 1px #D5B481, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D5B481, 5px 5px 20px red">Text here.</p>

This text has shadow with #D5B481 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5B481, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D5B481, Direction=45, Strength=4)">Text</p>

This text has shadow with #D5B481 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D5B481;
  -webkit-box-shadow:	1px 1px 3px 2px #D5B481;
  box-shadow:		1px 1px 3px 2px #D5B481;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5B481;
-webkit-box-shadow: 1px 1px 3px 2px #D5B481;
box-shadow:1px 1px 3px 2px #D5B481;">
Div content here</div>
This div box has shadow with color #D5B481.

Preview

Color preview on black background

This text has color #D5B481 on black background.


Color preview on white background

This text has color #D5B481 on white background.



Black color preview on #D5B481 background

This text has black color on #D5B481 background.


White color preview on #D5B481 background

This text has white color on #D5B481 background.