#CCD17D

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

Shades of Deco #CCD17D

Tints of Deco #CCD17D

Color information

#CCD17D (or 0xCCD17D) is unknown color: approx Deco. HEX triplet: CC, D1 and 7D. RGB value is (204,209,125). Sum of RGB (Red+Green+Blue) = 204+209+125=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD17D is #332E82. Grayscale: #C6C6C6. Windows color (decimal): -3354243 or 8245708. OLE color: 8245708.

HSL color Cylindrical-coordinate representation of color #CCD17D: hue angle of 63.57º 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 #CCD17D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB204209125-
CMYK0.0200.400.18
HSL63.57º47.73%65.49%-
HSV(B)63.57º40.19%81.96%-
XYZ51.459.9228.26-
YUV197.9386.84132.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 209 (82.03% from 255) = 38.85%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=37.92%
G=38.85%
B=23.23%

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
Decimal2042091250.0200.400.1863.5747.7365.49
HexCCD17D202812403041
Octal31432117520502210060101
Binary110011001101000111111011001010001001010000001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD17D; }

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

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

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

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

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

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

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

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