#CAC774

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

Shades of Deco #CAC774

Tints of Deco #CAC774

Color information

#CAC774 (or 0xCAC774) is unknown color: approx Deco. HEX triplet: CA, C7 and 74. RGB value is (202,199,116). Sum of RGB (Red+Green+Blue) = 202+199+116=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC774 is #35388B. Grayscale: #BEBEBE. Windows color (decimal): -3487884 or 7653322. OLE color: 7653322.

HSL color Cylindrical-coordinate representation of color #CAC774: hue angle of 57.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAC774 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202199116-
CMYK00.010.430.21
HSL57.91º44.79%62.35%-
HSV(B)57.91º42.57%79.22%-
XYZ47.9354.6624.55-
YUV190.4385.99136.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 199 (78.12% from 255) = 38.49%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=39.07%
G=38.49%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219911600.010.430.2157.9144.7962.35
HexCAC774012B153a2d3e
Octal312307164015325725576
Binary110010101100011111101000110101110101111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC774; }

 p { color: rgb(202,199,116); }

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

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

 a { background-color: rgb(202,199,116); }

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

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

 span { border-color: rgb(202,199,116); }

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