Shades of Old Gold #CABA3F
Tints of Old Gold #CABA3F
RGB
CMYK
RGB Variations
Color information
#CABA3F (or 0xCABA3F) is known color: Old Gold. HEX triplet: CA, BA and 3F. RGB value is (202,186,63). Sum of RGB (Red+Green+Blue) = 202+186+63=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA3F is #3545C0. Grayscale: #B1B1B1. Windows color (decimal): -3491265 or 4176586. OLE color: 4176586.
HSL color Cylindrical-coordinate representation of color #CABA3F: hue angle of 53.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CABA3F is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 63 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.21 |
| HSL | 53.09º | 0.57% | 0.52% | - |
| HSV(B) | 53.09º | 0.69% | 0.79% | - |
| XYZ | 42.81 | 48.03 | 11.72 | - |
| YUV | 176.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 63 | 0 | 0.08 | 0.69 | 0.21 | 53.09 | 0.57 | 0.52 |
| Hex | CA | BA | 3F | 0 | 8 | 45 | 15 | 35 | 39 | 34 |
| Octal | 312 | 272 | 77 | 0 | 10 | 105 | 25 | 65 | 71 | 64 |
| Binary | 11001010 | 10111010 | 111111 | 0 | 1000 | 1000101 | 10101 | 110101 | 111001 | 110100 |
Color Harmonies of #CABA3F
Complementary color
Monochromatic Colors of #CABA3F
Black with #CABA3F
Text Example
Text Example
White with #CABA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA3F; }
p { color: rgb(202,186,63); }
H1.HeaderClassName
{
color: #CABA3F;
}
.AnyTagClassName
{
color: #CABA3F;
}
</style>
background-color css
<style>
a { background-color: #CABA3F; }
a { background-color: rgb(202,186,63); }
div.DivClassName
{
background-color: #CABA3F;
}
.BgClassName
{
background-color: #CABA3F;
}
</style>
border-color css
<style>
span { border-color: #CABA3F; }
span { border-color: rgb(202,186,63); }
td.TdClassName
{
border-color: #CABA3F;
}
.TagClassName
{
border-color: #CABA3F;
}
</style>