#CECC79

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

Shades of Deco #CECC79

Tints of Deco #CECC79

Color information

#CECC79 (or 0xCECC79) is unknown color: approx Deco. HEX triplet: CE, CC and 79. RGB value is (206,204,121). Sum of RGB (Red+Green+Blue) = 206+204+121=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC79 is #313386. Grayscale: #C3C3C3. Windows color (decimal): -3224455 or 7982286. OLE color: 7982286.

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

Color convert

RGB206204121-
CMYK00.010.410.19
HSL58.59º46.45%64.12%-
HSV(B)58.59º41.26%80.78%-
XYZ50.557.6926.56-
YUV195.1486.16135.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 121 (47.66% from 255) = 22.79%
R=38.79%
G=38.42%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620412100.010.410.1958.5946.4564.12
HexCECC790129133b2e40
Octal3163141710151237356100
Binary1100111011001100111100101101001100111110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECC79; }

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

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

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

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

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

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

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

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