Shades of Old Gold #CABA47
Tints of Old Gold #CABA47
RGB
CMYK
RGB Variations
Color information
#CABA47 (or 0xCABA47) is known color: Old Gold. HEX triplet: CA, BA and 47. RGB value is (202,186,71). Sum of RGB (Red+Green+Blue) = 202+186+71=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA47 is #3545B8. Grayscale: #B2B2B2. Windows color (decimal): -3491257 or 4700874. OLE color: 4700874.
HSL color Cylindrical-coordinate representation of color #CABA47: hue angle of 52.67º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CABA47 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 71 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.21 |
| HSL | 52.67º | 0.55% | 0.54% | - |
| HSV(B) | 52.67º | 0.65% | 0.79% | - |
| XYZ | 43.05 | 48.13 | 12.98 | - |
| YUV | 177.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 71 | 0 | 0.08 | 0.65 | 0.21 | 52.67 | 0.55 | 0.54 |
| Hex | CA | BA | 47 | 0 | 8 | 41 | 15 | 35 | 37 | 36 |
| Octal | 312 | 272 | 107 | 0 | 10 | 101 | 25 | 65 | 67 | 66 |
| Binary | 11001010 | 10111010 | 1000111 | 0 | 1000 | 1000001 | 10101 | 110101 | 110111 | 110110 |
Color Harmonies of #CABA47
Complementary color
Monochromatic Colors of #CABA47
Black with #CABA47
Text Example
Text Example
White with #CABA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA47; }
p { color: rgb(202,186,71); }
H1.HeaderClassName
{
color: #CABA47;
}
.AnyTagClassName
{
color: #CABA47;
}
</style>
background-color css
<style>
a { background-color: #CABA47; }
a { background-color: rgb(202,186,71); }
div.DivClassName
{
background-color: #CABA47;
}
.BgClassName
{
background-color: #CABA47;
}
</style>
border-color css
<style>
span { border-color: #CABA47; }
span { border-color: rgb(202,186,71); }
td.TdClassName
{
border-color: #CABA47;
}
.TagClassName
{
border-color: #CABA47;
}
</style>