#CCD979

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

Shades of Deco #CCD979

Tints of Deco #CCD979

Color information

#CCD979 (or 0xCCD979) is unknown color: approx Deco. HEX triplet: CC, D9 and 79. RGB value is (204,217,121). Sum of RGB (Red+Green+Blue) = 204+217+121=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD979 is #332686. Grayscale: #CACACA. Windows color (decimal): -3352199 or 7985612. OLE color: 7985612.

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

Color convert

RGB204217121-
CMYK0.0600.440.15
HSL68.12º55.81%66.27%-
HSV(B)68.12º44.24%85.1%-
XYZ53.1763.8427.61-
YUV202.1782.19129.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 217 (85.16% from 255) = 40.04%
BLUE value IS 121 (47.66% from 255) = 22.32%
R=37.64%
G=40.04%
B=22.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171210.0600.440.1568.1255.8166.27
HexCCD979602CF443842
Octal31433117160541710470102
Binary110011001101100111110011100101100111110001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD979; }

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

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

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

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

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

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

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

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