#CAC037

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

Shades of Old Gold #CAC037

Tints of Old Gold #CAC037

Color information

#CAC037 (or 0xCAC037) is unknown color: approx Old Gold. HEX triplet: CA, C0 and 37. RGB value is (202,192,55). Sum of RGB (Red+Green+Blue) = 202+192+55=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC037 is #353FC8. Grayscale: #B3B3B3. Windows color (decimal): -3489737 or 3653834. OLE color: 3653834.

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

Color convert

RGB20219255-
CMYK00.050.730.21
HSL55.92º58.1%50.39%-
HSV(B)55.92º72.77%79.22%-
XYZ43.950.5311.05-
YUV179.3757.81144.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 55 (21.88% from 255) = 12.25%
R=44.99%
G=42.76%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021925500.050.730.2155.9258.150.39
HexCAC037054915383a32
Octal312300670511125707262
Binary11001010110000001101110101100100110101111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC037; }

 p { color: rgb(202,192,55); }

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

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

 a { background-color: rgb(202,192,55); }

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

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

 span { border-color: rgb(202,192,55); }

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