Shades of Old Gold #CAB837
Tints of Old Gold #CAB837
RGB
CMYK
RGB Variations
Color information
#CAB837 (or 0xCAB837) is known color: Old Gold. HEX triplet: CA, B8 and 37. RGB value is (202,184,55). Sum of RGB (Red+Green+Blue) = 202+184+55=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB837 is #3547C8. Grayscale: #AFAFAF. Windows color (decimal): -3491785 or 3651786. OLE color: 3651786.
HSL color Cylindrical-coordinate representation of color #CAB837: hue angle of 52.65º 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 #CAB837 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 55 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.21 |
| HSL | 52.65º | 0.58% | 0.5% | - |
| HSV(B) | 52.65º | 0.73% | 0.79% | - |
| XYZ | 42.19 | 47.11 | 10.48 | - |
| YUV | 174.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 55 | 0 | 0.09 | 0.73 | 0.21 | 52.65 | 0.58 | 0.5 |
| Hex | CA | B8 | 37 | 0 | 9 | 49 | 15 | 35 | 3A | 32 |
| Octal | 312 | 270 | 67 | 0 | 11 | 111 | 25 | 65 | 72 | 62 |
| Binary | 11001010 | 10111000 | 110111 | 0 | 1001 | 1001001 | 10101 | 110101 | 111010 | 110010 |
Color Harmonies of #CAB837
Complementary color
Monochromatic Colors of #CAB837
Black with #CAB837
Text Example
Text Example
White with #CAB837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB837; }
p { color: rgb(202,184,55); }
H1.HeaderClassName
{
color: #CAB837;
}
.AnyTagClassName
{
color: #CAB837;
}
</style>
background-color css
<style>
a { background-color: #CAB837; }
a { background-color: rgb(202,184,55); }
div.DivClassName
{
background-color: #CAB837;
}
.BgClassName
{
background-color: #CAB837;
}
</style>
border-color css
<style>
span { border-color: #CAB837; }
span { border-color: rgb(202,184,55); }
td.TdClassName
{
border-color: #CAB837;
}
.TagClassName
{
border-color: #CAB837;
}
</style>