#CCD978

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

Shades of Deco #CCD978

Tints of Deco #CCD978

Color information

#CCD978 (or 0xCCD978) is unknown color: approx Deco. HEX triplet: CC, D9 and 78. RGB value is (204,217,120). Sum of RGB (Red+Green+Blue) = 204+217+120=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD978 is #332687. Grayscale: #CACACA. Windows color (decimal): -3352200 or 7920076. OLE color: 7920076.

HSL color Cylindrical-coordinate representation of color #CCD978: hue angle of 68.04º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD978 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB204217120-
CMYK0.0600.450.15
HSL68.04º56.07%66.08%-
HSV(B)68.04º44.7%85.1%-
XYZ53.163.8227.29-
YUV202.0681.69129.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 120 (47.27% from 255) = 22.18%
R=37.71%
G=40.11%
B=22.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171200.0600.450.1568.0456.0766.08
HexCCD978602DF443842
Octal31433117060551710470102
Binary110011001101100111110001100101101111110001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD978; }

 p { color: rgb(204,217,120); }

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

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

 a { background-color: rgb(204,217,120); }

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

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

 span { border-color: rgb(204,217,120); }

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