COLOR #CDD470

HEX: #CDD470 RGB: (205,212,112)

Color info

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

RGB color model

#CDD470 color RGB value is (205,212,112).

RGB: (205,212,112) (80%, 83%, 44%)

RGB channels and saturation

R 205 of 255 = 80%
G 212 of 255 = 83%
B 112 of 255 = 44%

205
212
112

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

Portions of RGB colors in percentages

R + G + B = 205 + 212 + 112 = 529 (100%)
R 205 of 529 ~ 38.75%
G 212 of 529 ~ 40.08%
B 112 of 529 ~ 21.17'%

%38.75
%40.08
%21.17

CMYK color model

#CDD470 color CMYK value is (3,0,47,17).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 47.17%
  • key color value is 16.86%

CMYK: (3,0,47,17)
C3M0Y47K17 (3%, 0%, 47%, 17%)
(0.03 / 0.00 / 0.47 / 0.17)

CMYK percentages

%3.3
%0
%47.17
%16.86

Codes

Color #CDD470 in popluar color models

CD D4 70
RGB 205 212 112
HSL 64° 53.76% 63.53%
HSB/HSV 64° 47.17% 83.14%
CMYK 3.30% 0.00% 47.17%
16.86%

Color #CDD470 in popluar number systems.

HEX CD D4 70
Decimal 205 212 112
Binary 11001101 11010100 1110000
Octal 315 324 160

Shades and tints

Shades of #CDD470

#CDD470
(205,212,112)
#BBC166
(187,193,102)
#A9AE5C
(169,174,92)
#979B52
(151,155,82)
#858848
(133,136,72)
#73753E
(115,117,62)
#616234
(97,98,52)
#4F4F2A
(79,79,42)
#3D3C20
(61,60,32)
#2B2916
(43,41,22)
#19160C
(25,22,12)
#000000
(0,0,0)

Tints of #CDD470

#CDD470
(205,212,112)
#D1D77D
(209,215,125)
#D5DA8A
(213,218,138)
#D9DD97
(217,221,151)
#DDE0A4
(221,224,164)
#E1E3B1
(225,227,177)
#E5E6BE
(229,230,190)
#E9E9CB
(233,233,203)
#EDECD8
(237,236,216)
#F1EFE5
(241,239,229)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD470 color. Also use rgb(205,212,112) instead hex code.

Text Font Color

.myTextColor { color: #CDD470; }

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

This text font color is #CDD470.

Background Color

.myBgColor { background-color: #CDD470; }

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

This div background color is #CDD470.

Border color

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

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

This div border color is #CDD470.

Opacity

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

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

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

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

This text has shadow with #CDD470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDD470.

Preview

Color preview on black background

This text has color #CDD470 on black background.


Color preview on white background

This text has color #CDD470 on white background.


Black color preview on #CDD470 background

This text has black color on #CDD470 background.


White color preview on #CDD470 background

This text has white color on #CDD470 background.


Related colors

Complementary color

Complementary color for #hex is #322B8F.


I love getcolorcode.com

Triadic colors

1 #70CDD4 and #D470CD with #CDD470 are triadic colors.

2 #70D4CD and #D4CD70 with #CDD470 are triadic colors.