#CCD37D

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

Shades of Deco #CCD37D

Tints of Deco #CCD37D

Color information

#CCD37D (or 0xCCD37D) is unknown color: approx Deco. HEX triplet: CC, D3 and 7D. RGB value is (204,211,125). Sum of RGB (Red+Green+Blue) = 204+211+125=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD37D is #332C82. Grayscale: #C7C7C7. Windows color (decimal): -3353731 or 8246220. OLE color: 8246220.

HSL color Cylindrical-coordinate representation of color #CCD37D: hue angle of 64.88º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCD37D is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB204211125-
CMYK0.0300.410.17
HSL64.88º49.43%65.88%-
HSV(B)64.88º40.76%82.75%-
XYZ51.960.9128.42-
YUV199.186.18131.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 211 (82.81% from 255) = 39.07%
BLUE value IS 125 (49.22% from 255) = 23.15%
R=37.78%
G=39.07%
B=23.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111250.0300.410.1764.8849.4365.88
HexCCD37D302911413142
Octal31432317530512110161102
Binary110011001101001111111011101010011000110000011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD37D; }

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

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

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

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

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

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

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

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