Shades of Old Gold #CABA42
Tints of Old Gold #CABA42
RGB
CMYK
RGB Variations
Color information
#CABA42 (or 0xCABA42) is known color: Old Gold. HEX triplet: CA, BA and 42. RGB value is (202,186,66). Sum of RGB (Red+Green+Blue) = 202+186+66=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA42 is #3545BD. Grayscale: #B1B1B1. Windows color (decimal): -3491262 or 4373194. OLE color: 4373194.
HSL color Cylindrical-coordinate representation of color #CABA42: hue angle of 52.94º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CABA42 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 66 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.21 |
| HSL | 52.94º | 0.56% | 0.53% | - |
| HSV(B) | 52.94º | 0.67% | 0.79% | - |
| XYZ | 42.9 | 48.07 | 12.17 | - |
| YUV | 177.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 66 | 0 | 0.08 | 0.67 | 0.21 | 52.94 | 0.56 | 0.53 |
| Hex | CA | BA | 42 | 0 | 8 | 43 | 15 | 35 | 38 | 35 |
| Octal | 312 | 272 | 102 | 0 | 10 | 103 | 25 | 65 | 70 | 65 |
| Binary | 11001010 | 10111010 | 1000010 | 0 | 1000 | 1000011 | 10101 | 110101 | 111000 | 110101 |
Color Harmonies of #CABA42
Complementary color
Monochromatic Colors of #CABA42
Black with #CABA42
Text Example
Text Example
White with #CABA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA42; }
p { color: rgb(202,186,66); }
H1.HeaderClassName
{
color: #CABA42;
}
.AnyTagClassName
{
color: #CABA42;
}
</style>
background-color css
<style>
a { background-color: #CABA42; }
a { background-color: rgb(202,186,66); }
div.DivClassName
{
background-color: #CABA42;
}
.BgClassName
{
background-color: #CABA42;
}
</style>
border-color css
<style>
span { border-color: #CABA42; }
span { border-color: rgb(202,186,66); }
td.TdClassName
{
border-color: #CABA42;
}
.TagClassName
{
border-color: #CABA42;
}
</style>