COLOR #CDD373

HEX: #CDD373
RGB: (205,211,115)

Color info

#CDD373 contains mainly red and green colors. Web safe color of #CDD373 is #CCCC66 (or #CC6).

RGB color model

#CDD373 color RGB value is (205,211,115).

  • red value is 205;
  • green value is 211;
  • blue value is 115.
RGB:
(205,211,115)
(80%,83%,45%)

RGB channels and saturation

R 205 of 255 = 80%
G 211 of 255 = 83%
B 115 of 255 = 45%

205
211
115

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

Portions of RGB colors in percentages

R + G + B =
205 + 211 + 115 = 531 (100%)
R 205 of 531 ~ 38.61%
G 211 of 531 ~ 39.74%
B 115 of 531 ~ 21.66%

%38.61
%39.74
%21.66

CMYK color model

#CDD373 color CMYK value is (3,0,45,17).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 45.50%
  • key color value is 17.25%
CMYK:
(3,0,45,17)
C3M0Y45K17 
(3%,0%,45%,17%)
(0.03/0.00/0.45/0.17)	

CMYK percentages

%2.84
%0
%45.5
%17.25

Codes

Color #CDD373 in popluar color models

CDD373
RGB205211115
HSL64°52.17%63.92%
HSB/HSV64°45.50%82.75%
CMYK2.84%0.00%45.50%
17.25%

Color #CDD373 in popluar number systems.

HEXCDD373
Decimal205211115
Binary11001101110100111110011
Octal315323163

Shades and tints

Shades of #CDD373

#CDD373
(205,211,115)
#BBC069
(187,192,105)
#A9AD5F
(169,173,95)
#979A55
(151,154,85)
#85874B
(133,135,75)
#737441
(115,116,65)
#616137
(97,97,55)
#4F4E2D
(79,78,45)
#3D3B23
(61,59,35)
#2B2819
(43,40,25)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #CDD373

#CDD373
(205,211,115)
#D1D77F
(209,215,127)
#D5DB8B
(213,219,139)
#D9DF97
(217,223,151)
#DDE3A3
(221,227,163)
#E1E7AF
(225,231,175)
#E5EBBB
(229,235,187)
#E9EFC7
(233,239,199)
#EDF3D3
(237,243,211)
#F1F7DF
(241,247,223)
#F5FBEB
(245,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD373 color. Also use rgb(205,211,115) instead hex code.

Text Font Color

.myTextColor { color: #CDD373; }

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

This text font color is #CDD373.


Background Color

.myBgColor { background-color: #CDD373; }

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

This div background color is #CDD373.


Border color

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

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

This div border color is #CDD373.


Opacity

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

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

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

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

This text has shadow with #CDD373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD373 on black background.


Color preview on white background

This text has color #CDD373 on white background.



Black color preview on #CDD373 background

This text has black color on #CDD373 background.


White color preview on #CDD373 background

This text has white color on #CDD373 background.