Shades of Old Gold #CABA3E
Tints of Old Gold #CABA3E
RGB
CMYK
RGB Variations
Color information
#CABA3E (or 0xCABA3E) is known color: Old Gold. HEX triplet: CA, BA and 3E. RGB value is (202,186,62). Sum of RGB (Red+Green+Blue) = 202+186+62=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA3E is #3545C1. Grayscale: #B1B1B1. Windows color (decimal): -3491266 or 4111050. OLE color: 4111050.
HSL color Cylindrical-coordinate representation of color #CABA3E: hue angle of 53.14º 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 #CABA3E is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 62 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.21 |
| HSL | 53.14º | 0.57% | 0.52% | - |
| HSV(B) | 53.14º | 0.69% | 0.79% | - |
| XYZ | 42.79 | 48.02 | 11.57 | - |
| YUV | 176.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 62 | 0 | 0.08 | 0.69 | 0.21 | 53.14 | 0.57 | 0.52 |
| Hex | CA | BA | 3E | 0 | 8 | 45 | 15 | 35 | 39 | 34 |
| Octal | 312 | 272 | 76 | 0 | 10 | 105 | 25 | 65 | 71 | 64 |
| Binary | 11001010 | 10111010 | 111110 | 0 | 1000 | 1000101 | 10101 | 110101 | 111001 | 110100 |
Color Harmonies of #CABA3E
Complementary color
Monochromatic Colors of #CABA3E
Black with #CABA3E
Text Example
Text Example
White with #CABA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA3E; }
p { color: rgb(202,186,62); }
H1.HeaderClassName
{
color: #CABA3E;
}
.AnyTagClassName
{
color: #CABA3E;
}
</style>
background-color css
<style>
a { background-color: #CABA3E; }
a { background-color: rgb(202,186,62); }
div.DivClassName
{
background-color: #CABA3E;
}
.BgClassName
{
background-color: #CABA3E;
}
</style>
border-color css
<style>
span { border-color: #CABA3E; }
span { border-color: rgb(202,186,62); }
td.TdClassName
{
border-color: #CABA3E;
}
.TagClassName
{
border-color: #CABA3E;
}
</style>