Shades of Old Gold #CABA37
Tints of Old Gold #CABA37
RGB
CMYK
RGB Variations
Color information
#CABA37 (or 0xCABA37) is known color: Old Gold. HEX triplet: CA, BA and 37. RGB value is (202,186,55). Sum of RGB (Red+Green+Blue) = 202+186+55=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA37 is #3545C8. Grayscale: #B0B0B0. Windows color (decimal): -3491273 or 3652298. OLE color: 3652298.
HSL color Cylindrical-coordinate representation of color #CABA37: hue angle of 53.47º 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 #CABA37 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 55 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.21 |
| HSL | 53.47º | 0.58% | 0.5% | - |
| HSV(B) | 53.47º | 0.73% | 0.79% | - |
| XYZ | 42.61 | 47.95 | 10.62 | - |
| YUV | 175.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 55 | 0 | 0.08 | 0.73 | 0.21 | 53.47 | 0.58 | 0.5 |
| Hex | CA | BA | 37 | 0 | 8 | 49 | 15 | 35 | 3A | 32 |
| Octal | 312 | 272 | 67 | 0 | 10 | 111 | 25 | 65 | 72 | 62 |
| Binary | 11001010 | 10111010 | 110111 | 0 | 1000 | 1001001 | 10101 | 110101 | 111010 | 110010 |
Color Harmonies of #CABA37
Complementary color
Monochromatic Colors of #CABA37
Black with #CABA37
Text Example
Text Example
White with #CABA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA37; }
p { color: rgb(202,186,55); }
H1.HeaderClassName
{
color: #CABA37;
}
.AnyTagClassName
{
color: #CABA37;
}
</style>
background-color css
<style>
a { background-color: #CABA37; }
a { background-color: rgb(202,186,55); }
div.DivClassName
{
background-color: #CABA37;
}
.BgClassName
{
background-color: #CABA37;
}
</style>
border-color css
<style>
span { border-color: #CABA37; }
span { border-color: rgb(202,186,55); }
td.TdClassName
{
border-color: #CABA37;
}
.TagClassName
{
border-color: #CABA37;
}
</style>