COLOR #CDC389

HEX: #CDC389
RGB: (205,195,137)

Color info

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

RGB color model

#CDC389 color RGB value is (205,195,137).

  • red value is 205;
  • green value is 195;
  • blue value is 137.
RGB:
(205,195,137)
(80%,76%,54%)

RGB channels and saturation

R 205 of 255 = 80%
G 195 of 255 = 76%
B 137 of 255 = 54%

205
195
137

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

Portions of RGB colors in percentages

R + G + B =
205 + 195 + 137 = 537 (100%)
R 205 of 537 ~ 38.18%
G 195 of 537 ~ 36.31%
B 137 of 537 ~ 25.51%

%38.18
%36.31
%25.51

CMYK color model

#CDC389 color CMYK value is (0,5,33,20).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 33.17%
  • key color value is 19.61%
CMYK:
(0,5,33,20)
C0M5Y33K20 
(0%,5%,33%,20%)
(0.00/0.05/0.33/0.20)	

CMYK percentages

%0
%4.88
%33.17
%19.61

Codes

Color #CDC389 in popluar color models

CDC389
RGB205195137
HSL51°40.48%67.06%
HSB/HSV51°33.17%80.39%
CMYK0.00%4.88%33.17%
19.61%

Color #CDC389 in popluar number systems.

HEXCDC389
Decimal205195137
Binary110011011100001110001001
Octal315303211

Shades and tints

Shades of #CDC389

#CDC389
(205,195,137)
#BBB27D
(187,178,125)
#A9A171
(169,161,113)
#979065
(151,144,101)
#857F59
(133,127,89)
#736E4D
(115,110,77)
#615D41
(97,93,65)
#4F4C35
(79,76,53)
#3D3B29
(61,59,41)
#2B2A1D
(43,42,29)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #CDC389

#CDC389
(205,195,137)
#D1C893
(209,200,147)
#D5CD9D
(213,205,157)
#D9D2A7
(217,210,167)
#DDD7B1
(221,215,177)
#E1DCBB
(225,220,187)
#E5E1C5
(229,225,197)
#E9E6CF
(233,230,207)
#EDEBD9
(237,235,217)
#F1F0E3
(241,240,227)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDC389; }

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

This text font color is #CDC389.


Background Color

.myBgColor { background-color: #CDC389; }

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

This div background color is #CDC389.


Border color

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

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

This div border color is #CDC389.


Opacity

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

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

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

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

This text has shadow with #CDC389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDC389 on black background.


Color preview on white background

This text has color #CDC389 on white background.



Black color preview on #CDC389 background

This text has black color on #CDC389 background.


White color preview on #CDC389 background

This text has white color on #CDC389 background.