#CCCC72

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

Shades of Deco #CCCC72

Tints of Deco #CCCC72

Color information

#CCCC72 (or 0xCCCC72) is unknown color: approx Deco. HEX triplet: CC, CC and 72. RGB value is (204,204,114). Sum of RGB (Red+Green+Blue) = 204+204+114=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC72 is #33338D. Grayscale: #C2C2C2. Windows color (decimal): -3355534 or 7523532. OLE color: 7523532.

HSL color Cylindrical-coordinate representation of color #CCCC72: hue angle of 60º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCCC72 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204204114-
CMYK000.440.2
HSL60º46.88%62.35%-
HSV(B)60º44.12%80%-
XYZ49.5357.2424.36-
YUV193.7483135.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 114 (44.92% from 255) = 21.84%
R=39.08%
G=39.08%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204114000.440.26046.8862.35
HexCCCC72002C143c2f3e
Octal314314162005424745776
Binary110011001100110011100100010110010100111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC72; }

 p { color: rgb(204,204,114); }

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

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

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

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

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

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

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