#CCD977

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

Shades of Deco #CCD977

Tints of Deco #CCD977

Color information

#CCD977 (or 0xCCD977) is unknown color: approx Deco. HEX triplet: CC, D9 and 77. RGB value is (204,217,119). Sum of RGB (Red+Green+Blue) = 204+217+119=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD977 is #332688. Grayscale: #CACACA. Windows color (decimal): -3352201 or 7854540. OLE color: 7854540.

HSL color Cylindrical-coordinate representation of color #CCD977: hue angle of 67.96º 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 #CCD977 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB204217119-
CMYK0.0600.450.15
HSL67.96º56.32%65.88%-
HSV(B)67.96º45.16%85.1%-
XYZ53.0463.7926.97-
YUV201.9481.19129.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 119 (46.88% from 255) = 22.04%
R=37.78%
G=40.19%
B=22.04%

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
Decimal2042171190.0600.450.1567.9656.3265.88
HexCCD977602DF443842
Octal31433116760551710470102
Binary110011001101100111101111100101101111110001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD977; }

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

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

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

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

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

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

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

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