#CAB72C

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

Shades of Old Gold #CAB72C

Tints of Old Gold #CAB72C

Color information

#CAB72C (or 0xCAB72C) is unknown color: approx Old Gold. HEX triplet: CA, B7 and 2C. RGB value is (202,183,44). Sum of RGB (Red+Green+Blue) = 202+183+44=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB72C is #3548D3. Grayscale: #ADADAD. Windows color (decimal): -3492052 or 2930634. OLE color: 2930634.

HSL color Cylindrical-coordinate representation of color #CAB72C: hue angle of 52.78º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAB72C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20218344-
CMYK00.090.780.21
HSL52.78º64.23%48.24%-
HSV(B)52.78º78.22%79.22%-
XYZ41.7546.619.18-
YUV172.8355.29148.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 44 (17.58% from 255) = 10.26%
R=47.09%
G=42.66%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021834400.090.780.2152.7864.2348.24
HexCAB72C094E15354030
Octal31226754011116256510060
Binary1100101010110111101100010011001110101011101011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB72C; }

 p { color: rgb(202,183,44); }

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

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

 a { background-color: rgb(202,183,44); }

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

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

 span { border-color: rgb(202,183,44); }

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