COLOR #CDA59D

HEX: #CDA59D RGB: (205,165,157)

Color info

#CDA59D contains red, green and blue colors in about the same proportion. Web safe color of #CDA59D is #CC9999 (or #C99).

RGB color model

#CDA59D color RGB value is (205,165,157).

RGB: (205,165,157) (80%, 65%, 62%)

RGB channels and saturation

R 205 of 255 = 80%
G 165 of 255 = 65%
B 157 of 255 = 62%

205
165
157

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

Portions of RGB colors in percentages

R + G + B = 205 + 165 + 157 = 527 (100%)
R 205 of 527 ~ 38.9%
G 165 of 527 ~ 31.31%
B 157 of 527 ~ 29.79'%

%38.9
%31.31
%29.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 23.41%
  • key color value is 19.61%
CMYK: (0,20,23,20) C0M20Y23K20 (0%,20%,23%,20%) (0.00/0.20/0.23/0.20) 

CMYK percentages

%0
%19.51
%23.41
%19.61

Codes

Color #CDA59D in popluar color models

CD A5 9D
RGB 205 165 157
HSL 10° 32.43% 70.98%
HSB/HSV 10° 23.41% 80.39%
CMYK 0.00% 19.51% 23.41%
19.61%

Color #CDA59D in popluar number systems.

HEX CD A5 9D
Decimal 205 165 157
Binary 11001101 10100101 10011101
Octal 315 245 235

Shades and tints

Shades of #CDA59D

#CDA59D
(205,165,157)
#BB968F
(187,150,143)
#A98781
(169,135,129)
#977873
(151,120,115)
#856965
(133,105,101)
#735A57
(115,90,87)
#614B49
(97,75,73)
#4F3C3B
(79,60,59)
#3D2D2D
(61,45,45)
#2B1E1F
(43,30,31)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #CDA59D

#CDA59D
(205,165,157)
#D1ADA5
(209,173,165)
#D5B5AD
(213,181,173)
#D9BDB5
(217,189,181)
#DDC5BD
(221,197,189)
#E1CDC5
(225,205,197)
#E5D5CD
(229,213,205)
#E9DDD5
(233,221,213)
#EDE5DD
(237,229,221)
#F1EDE5
(241,237,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDA59D; }

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

This text font color is #CDA59D.

Background Color

.myBgColor { background-color: #CDA59D; }

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

This div background color is #CDA59D.

Border color

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

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

This div border color is #CDA59D.

Opacity

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

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

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

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

This text has shadow with #CDA59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDA59D.

Preview

Color preview on black background

This text has color #CDA59D on black background.


Color preview on white background

This text has color #CDA59D on white background.


Black color preview on #CDA59D background

This text has black color on #CDA59D background.


White color preview on #CDA59D background

This text has white color on #CDA59D background.


Related colors

Complementary color

Complementary color for #hex is #325A62.


I love getcolorcode.com

Triadic colors

1 #9DCDA5 and #A59DCD with #CDA59D are triadic colors.

2 #9DA5CD and #A5CD9D with #CDA59D are triadic colors.