#CCCC70

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

Shades of Deco #CCCC70

Tints of Deco #CCCC70

Color information

#CCCC70 (or 0xCCCC70) is unknown color: approx Deco. HEX triplet: CC, CC and 70. RGB value is (204,204,112). Sum of RGB (Red+Green+Blue) = 204+204+112=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC70 is #33338F. Grayscale: #C1C1C1. Windows color (decimal): -3355536 or 7392460. OLE color: 7392460.

HSL color Cylindrical-coordinate representation of color #CCCC70: 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.45%. Process color model (Four color, CMYK) of #CCCC70 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB204204112-
CMYK000.450.2
HSL60º47.42%61.96%-
HSV(B)60º45.1%80%-
XYZ49.4257.1923.76-
YUV193.5182135.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 112 (44.14% from 255) = 21.54%
R=39.23%
G=39.23%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204112000.450.26047.4261.96
HexCCCC70002D143c2f3e
Octal314314160005524745776
Binary110011001100110011100000010110110100111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCC70; }

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

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

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

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

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

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

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

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