#CCCC79

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

Shades of Deco #CCCC79

Tints of Deco #CCCC79

Color information

#CCCC79 (or 0xCCCC79) is unknown color: approx Deco. HEX triplet: CC, CC and 79. RGB value is (204,204,121). Sum of RGB (Red+Green+Blue) = 204+204+121=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC79 is #333386. Grayscale: #C2C2C2. Windows color (decimal): -3355527 or 7982284. OLE color: 7982284.

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

Color convert

RGB204204121-
CMYK000.410.2
HSL60º44.86%63.73%-
HSV(B)60º40.69%80%-
XYZ49.9557.426.54-
YUV194.5486.5134.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 121 (47.66% from 255) = 22.87%
R=38.56%
G=38.56%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204121000.410.26044.8663.73
HexCCCC790029143c2d40
Octal3143141710051247455100
Binary1100110011001100111100100101001101001111001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC79; }

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

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

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

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

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

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

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

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