#CDD171

Color #CDD171 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CDD171

Tints of Deco #CDD171

Color information

#CDD171 (or 0xCDD171) is unknown color: approx Deco. HEX triplet: CD, D1 and 71. RGB value is (205,209,113). Sum of RGB (Red+Green+Blue) = 205+209+113=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD171 is #322E8E. Grayscale: #C5C5C5. Windows color (decimal): -3288719 or 7459277. OLE color: 7459277.

HSL color Cylindrical-coordinate representation of color #CDD171: hue angle of 62.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD171 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB205209113-
CMYK0.0200.460.18
HSL62.5º51.06%63.14%-
HSV(B)62.5º45.93%81.96%-
XYZ50.9659.7724.47-
YUV196.8680.67133.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=38.90%
G=39.66%
B=21.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091130.0200.460.1862.551.0663.14
HexCDD171202E123e333f
Octal315321161205622766377
Binary1100110111010001111000110010111010010111110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD171; }

 p { color: rgb(205,209,113); }

 H1.HeaderClassName
 {
   color: #CDD171;
 }
 .AnyTagClassName
 {
   color: #CDD171;
 }
</style>
background-color css

<style>
 a { background-color: #CDD171; }

 a { background-color: rgb(205,209,113); }

 div.DivClassName
 {
   background-color: #CDD171;
 }
 .BgClassName
 {
   background-color: #CDD171;
 }
</style>
border-color css

<style>
 span { border-color: #CDD171; }

 span { border-color: rgb(205,209,113); }

 td.TdClassName
 {
   border-color: #CDD171;
 }
 .TagClassName
 {
   border-color: #CDD171;
 }
</style>