#CDD17D

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

Shades of Deco #CDD17D

Tints of Deco #CDD17D

Color information

#CDD17D (or 0xCDD17D) is unknown color: approx Deco. HEX triplet: CD, D1 and 7D. RGB value is (205,209,125). Sum of RGB (Red+Green+Blue) = 205+209+125=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD17D is #322E82. Grayscale: #C6C6C6. Windows color (decimal): -3288707 or 8245709. OLE color: 8245709.

HSL color Cylindrical-coordinate representation of color #CDD17D: hue angle of 62.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDD17D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB205209125-
CMYK0.0200.400.18
HSL62.86º47.73%65.49%-
HSV(B)62.86º40.19%81.96%-
XYZ51.6860.0628.27-
YUV198.2386.67132.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 209 (82.03% from 255) = 38.78%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=38.03%
G=38.78%
B=23.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091250.0200.400.1862.8647.7365.49
HexCDD17D2028123f3041
Octal3153211752050227760101
Binary11001101110100011111101100101000100101111111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD17D; }

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

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

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

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

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

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

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

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