COLOR #CDB59D

HEX: #CDB59D RGB: (205,181,157)

Color info

#CDB59D contains red, green and blue colors in about the same proportion. Web safe color of #CDB59D is #CCCC99 (or #CC9).

RGB color model

#CDB59D color RGB value is (205,181,157).

RGB: (205,181,157) (80%, 71%, 62%)

RGB channels and saturation

R 205 of 255 = 80%
G 181 of 255 = 71%
B 157 of 255 = 62%

205
181
157

R + G + B ~ 71%. #CDB59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 181 + 157 = 543 (100%)
R 205 of 543 ~ 37.75%
G 181 of 543 ~ 33.33%
B 157 of 543 ~ 28.91'%

%37.75
%33.33
%28.91

CMYK color model

#CDB59D color CMYK value is (0,12,23,20).

  • cyan value is 0.00%
  • magenta value is 11.71%
  • yellow value is 23.41%
  • key color value is 19.61%

CMYK: (0,12,23,20)
C0M12Y23K20 (0%, 12%, 23%, 20%)
(0.00 / 0.12 / 0.23 / 0.20)

CMYK percentages

%0
%11.71
%23.41
%19.61

Codes

Color #CDB59D in popluar color models

CD B5 9D
RGB 205 181 157
HSL 30° 32.43% 70.98%
HSB/HSV 30° 23.41% 80.39%
CMYK 0.00% 11.71% 23.41%
19.61%

Color #CDB59D in popluar number systems.

HEX CD B5 9D
Decimal 205 181 157
Binary 11001101 10110101 10011101
Octal 315 265 235

Shades and tints

Shades of #CDB59D

#CDB59D
(205,181,157)
#BBA58F
(187,165,143)
#A99581
(169,149,129)
#978573
(151,133,115)
#857565
(133,117,101)
#736557
(115,101,87)
#615549
(97,85,73)
#4F453B
(79,69,59)
#3D352D
(61,53,45)
#2B251F
(43,37,31)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #CDB59D

#CDB59D
(205,181,157)
#D1BBA5
(209,187,165)
#D5C1AD
(213,193,173)
#D9C7B5
(217,199,181)
#DDCDBD
(221,205,189)
#E1D3C5
(225,211,197)
#E5D9CD
(229,217,205)
#E9DFD5
(233,223,213)
#EDE5DD
(237,229,221)
#F1EBE5
(241,235,229)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDB59D color. Also use rgb(205,181,157) instead hex code.

Text Font Color

.myTextColor { color: #CDB59D; }

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

This text font color is #CDB59D.

Background Color

.myBgColor { background-color: #CDB59D; }

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

This div background color is #CDB59D.

Border color

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

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

This div border color is #CDB59D.

Opacity

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

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

Text with #CDB59D 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 #CDB59D;}

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

This text has shadow with #CDB59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDB59D.

Preview

Color preview on black background

This text has color #CDB59D on black background.


Color preview on white background

This text has color #CDB59D on white background.


Black color preview on #CDB59D background

This text has black color on #CDB59D background.


White color preview on #CDB59D background

This text has white color on #CDB59D background.


Related colors

Complementary color

Complementary color for #hex is #324A62.


I love getcolorcode.com

Triadic colors

1 #9DCDB5 and #B59DCD with #CDB59D are triadic colors.

2 #9DB5CD and #B5CD9D with #CDB59D are triadic colors.