#CFCC79

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

Shades of Deco #CFCC79

Tints of Deco #CFCC79

Color information

#CFCC79 (or 0xCFCC79) is unknown color: approx Deco. HEX triplet: CF, CC and 79. RGB value is (207,204,121). Sum of RGB (Red+Green+Blue) = 207+204+121=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC79 is #303386. Grayscale: #C3C3C3. Windows color (decimal): -3158919 or 7982287. OLE color: 7982287.

HSL color Cylindrical-coordinate representation of color #CFCC79: hue angle of 57.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFCC79 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207204121-
CMYK00.010.420.19
HSL57.91º47.25%64.31%-
HSV(B)57.91º41.55%81.18%-
XYZ50.7857.8326.58-
YUV195.4485.99136.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 121 (47.66% from 255) = 22.74%
R=38.91%
G=38.35%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720412100.010.420.1957.9147.2564.31
HexCFCC79012A133a2f40
Octal3173141710152237257100
Binary1100111111001100111100101101010100111110101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC79; }

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

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

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

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

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

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

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

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