COLOR #CDC589

HEX: #CDC589 RGB: (205,197,137)

Color info

#CDC589 contains mainly red and green colors. Web safe color of #CDC589 is #CCCC99 (or #CC9).

RGB color model

#CDC589 color RGB value is (205,197,137).

RGB: (205,197,137) (80%, 77%, 54%)

RGB channels and saturation

R 205 of 255 = 80%
G 197 of 255 = 77%
B 137 of 255 = 54%

205
197
137

R + G + B ~ 70%. #CDC589 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 197 + 137 = 539 (100%)
R 205 of 539 ~ 38.03%
G 197 of 539 ~ 36.55%
B 137 of 539 ~ 25.42'%

%38.03
%36.55
%25.42

CMYK color model

#CDC589 color CMYK value is (0,4,33,20).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 33.17%
  • key color value is 19.61%

CMYK: (0,4,33,20)
C0M4Y33K20 (0%, 4%, 33%, 20%)
(0.00 / 0.04 / 0.33 / 0.20)

CMYK percentages

%0
%3.9
%33.17
%19.61

Codes

Color #CDC589 in popluar color models

CD C5 89
RGB 205 197 137
HSL 53° 40.48% 67.06%
HSB/HSV 53° 33.17% 80.39%
CMYK 0.00% 3.90% 33.17%
19.61%

Color #CDC589 in popluar number systems.

HEX CD C5 89
Decimal 205 197 137
Binary 11001101 11000101 10001001
Octal 315 305 211

Shades and tints

Shades of #CDC589

#CDC589
(205,197,137)
#BBB47D
(187,180,125)
#A9A371
(169,163,113)
#979265
(151,146,101)
#858159
(133,129,89)
#73704D
(115,112,77)
#615F41
(97,95,65)
#4F4E35
(79,78,53)
#3D3D29
(61,61,41)
#2B2C1D
(43,44,29)
#191B11
(25,27,17)
#000000
(0,0,0)

Tints of #CDC589

#CDC589
(205,197,137)
#D1CA93
(209,202,147)
#D5CF9D
(213,207,157)
#D9D4A7
(217,212,167)
#DDD9B1
(221,217,177)
#E1DEBB
(225,222,187)
#E5E3C5
(229,227,197)
#E9E8CF
(233,232,207)
#EDEDD9
(237,237,217)
#F1F2E3
(241,242,227)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDC589 color. Also use rgb(205,197,137) instead hex code.

Text Font Color

.myTextColor { color: #CDC589; }

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

This text font color is #CDC589.

Background Color

.myBgColor { background-color: #CDC589; }

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

This div background color is #CDC589.

Border color

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

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

This div border color is #CDC589.

Opacity

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

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

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

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

This text has shadow with #CDC589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDC589.

Preview

Color preview on black background

This text has color #CDC589 on black background.


Color preview on white background

This text has color #CDC589 on white background.


Black color preview on #CDC589 background

This text has black color on #CDC589 background.


White color preview on #CDC589 background

This text has white color on #CDC589 background.


Related colors

Complementary color

Complementary color for #hex is #323A76.


I love getcolorcode.com

Triadic colors

1 #89CDC5 and #C589CD with #CDC589 are triadic colors.

2 #89C5CD and #C5CD89 with #CDC589 are triadic colors.