Shades of Old Gold #CAB72C
Tints of Old Gold #CAB72C
RGB
CMYK
RGB Variations
Color information
#CAB72C (or 0xCAB72C) is known color: 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
| RGB | 202 | 183 | 44 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.21 |
| HSL | 52.78º | 0.64% | 0.48% | - |
| HSV(B) | 52.78º | 0.78% | 0.79% | - |
| XYZ | 41.75 | 46.61 | 9.18 | - |
| YUV | 172.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 44 | 0 | 0.09 | 0.78 | 0.21 | 52.78 | 0.64 | 0.48 |
| Hex | CA | B7 | 2C | 0 | 9 | 4E | 15 | 35 | 40 | 30 |
| Octal | 312 | 267 | 54 | 0 | 11 | 116 | 25 | 65 | 100 | 60 |
| Binary | 11001010 | 10110111 | 101100 | 0 | 1001 | 1001110 | 10101 | 110101 | 1000000 | 110000 |
Color Harmonies of #CAB72C
Complementary color
Monochromatic Colors of #CAB72C
Black with #CAB72C
Text Example
Text Example
White with #CAB72C
Text Example
Text Example
HTML Codes & Css Web 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>