Shades of Old Gold #CAB949
Tints of Old Gold #CAB949
RGB
CMYK
RGB Variations
Color information
#CAB949 (or 0xCAB949) is known color: Old Gold. HEX triplet: CA, B9 and 49. RGB value is (202,185,73). Sum of RGB (Red+Green+Blue) = 202+185+73=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB949 is #3546B6. Grayscale: #B1B1B1. Windows color (decimal): -3491511 or 4831690. OLE color: 4831690.
HSL color Cylindrical-coordinate representation of color #CAB949: hue angle of 52.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAB949 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 73 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.21 |
| HSL | 52.09º | 0.55% | 0.54% | - |
| HSV(B) | 52.09º | 0.64% | 0.79% | - |
| XYZ | 42.91 | 47.74 | 13.26 | - |
| YUV | 177.32 | 69.13 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 73 | 0 | 0.08 | 0.64 | 0.21 | 52.09 | 0.55 | 0.54 |
| Hex | CA | B9 | 49 | 0 | 8 | 40 | 15 | 34 | 37 | 36 |
| Octal | 312 | 271 | 111 | 0 | 10 | 100 | 25 | 64 | 67 | 66 |
| Binary | 11001010 | 10111001 | 1001001 | 0 | 1000 | 1000000 | 10101 | 110100 | 110111 | 110110 |
Color Harmonies of #CAB949
Complementary color
Monochromatic Colors of #CAB949
Black with #CAB949
Text Example
Text Example
White with #CAB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB949; }
p { color: rgb(202,185,73); }
H1.HeaderClassName
{
color: #CAB949;
}
.AnyTagClassName
{
color: #CAB949;
}
</style>
background-color css
<style>
a { background-color: #CAB949; }
a { background-color: rgb(202,185,73); }
div.DivClassName
{
background-color: #CAB949;
}
.BgClassName
{
background-color: #CAB949;
}
</style>
border-color css
<style>
span { border-color: #CAB949; }
span { border-color: rgb(202,185,73); }
td.TdClassName
{
border-color: #CAB949;
}
.TagClassName
{
border-color: #CAB949;
}
</style>