Shades of Old Gold #CAB72D
Tints of Old Gold #CAB72D
RGB
CMYK
RGB Variations
Color information
#CAB72D (or 0xCAB72D) is known color: Old Gold. HEX triplet: CA, B7 and 2D. RGB value is (202,183,45). Sum of RGB (Red+Green+Blue) = 202+183+45=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB72D is #3548D2. Grayscale: #ADADAD. Windows color (decimal): -3492051 or 2996170. OLE color: 2996170.
HSL color Cylindrical-coordinate representation of color #CAB72D: hue angle of 52.74º 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 #CAB72D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 45 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.21 |
| HSL | 52.74º | 0.64% | 0.48% | - |
| HSV(B) | 52.74º | 0.78% | 0.79% | - |
| XYZ | 41.76 | 46.61 | 9.28 | - |
| YUV | 172.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 45 | 0 | 0.09 | 0.78 | 0.21 | 52.74 | 0.64 | 0.48 |
| Hex | CA | B7 | 2D | 0 | 9 | 4E | 15 | 35 | 40 | 30 |
| Octal | 312 | 267 | 55 | 0 | 11 | 116 | 25 | 65 | 100 | 60 |
| Binary | 11001010 | 10110111 | 101101 | 0 | 1001 | 1001110 | 10101 | 110101 | 1000000 | 110000 |
Color Harmonies of #CAB72D
Complementary color
Monochromatic Colors of #CAB72D
Black with #CAB72D
Text Example
Text Example
White with #CAB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB72D; }
p { color: rgb(202,183,45); }
H1.HeaderClassName
{
color: #CAB72D;
}
.AnyTagClassName
{
color: #CAB72D;
}
</style>
background-color css
<style>
a { background-color: #CAB72D; }
a { background-color: rgb(202,183,45); }
div.DivClassName
{
background-color: #CAB72D;
}
.BgClassName
{
background-color: #CAB72D;
}
</style>
border-color css
<style>
span { border-color: #CAB72D; }
span { border-color: rgb(202,183,45); }
td.TdClassName
{
border-color: #CAB72D;
}
.TagClassName
{
border-color: #CAB72D;
}
</style>