#CAAC39

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

Shades of Old Gold #CAAC39

Tints of Old Gold #CAAC39

Color information

#CAAC39 (or 0xCAAC39) is unknown color: approx Old Gold. HEX triplet: CA, AC and 39. RGB value is (202,172,57). Sum of RGB (Red+Green+Blue) = 202+172+57=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAC39 is #3553C6. Grayscale: #A8A8A8. Windows color (decimal): -3494855 or 3779786. OLE color: 3779786.

HSL color Cylindrical-coordinate representation of color #CAAC39: hue angle of 47.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAAC39 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20217257-
CMYK00.150.720.21
HSL47.59º57.77%50.78%-
HSV(B)47.59º71.78%79.22%-
XYZ39.8542.369.95-
YUV167.8665.44152.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 57 (22.66% from 255) = 13.23%
R=46.87%
G=39.91%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021725700.150.720.2147.5957.7750.78
HexCAAC390F4815303a33
Octal3122547101711025607263
Binary110010101010110011100101111100100010101110000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC39; }

 p { color: rgb(202,172,57); }

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

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

 a { background-color: rgb(202,172,57); }

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

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

 span { border-color: rgb(202,172,57); }

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