#CCDC76

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

Shades of Deco #CCDC76

Tints of Deco #CCDC76

Color information

#CCDC76 (or 0xCCDC76) is unknown color: approx Deco. HEX triplet: CC, DC and 76. RGB value is (204,220,118). Sum of RGB (Red+Green+Blue) = 204+220+118=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC76 is #332389. Grayscale: #CBCBCB. Windows color (decimal): -3351434 or 7789772. OLE color: 7789772.

HSL color Cylindrical-coordinate representation of color #CCDC76: hue angle of 69.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCDC76 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB204220118-
CMYK0.0700.460.14
HSL69.41º59.3%66.27%-
HSV(B)69.41º46.36%86.27%-
XYZ53.7765.3326.92-
YUV203.5979.7128.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 118 (46.48% from 255) = 21.77%
R=37.64%
G=40.59%
B=21.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201180.0700.460.1469.4159.366.27
HexCCDC76702EE453b42
Octal31433416670561610573102
Binary110011001101110011101101110101110111010001011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDC76; }

 p { color: rgb(204,220,118); }

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

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

 a { background-color: rgb(204,220,118); }

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

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

 span { border-color: rgb(204,220,118); }

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