Shades of Old Gold #CAB947
Tints of Old Gold #CAB947
RGB
CMYK
RGB Variations
Color information
#CAB947 (or 0xCAB947) is known color: Old Gold. HEX triplet: CA, B9 and 47. RGB value is (202,185,71). Sum of RGB (Red+Green+Blue) = 202+185+71=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB947 is #3546B8. Grayscale: #B1B1B1. Windows color (decimal): -3491513 or 4700618. OLE color: 4700618.
HSL color Cylindrical-coordinate representation of color #CAB947: hue angle of 52.21º 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 #CAB947 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 71 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.21 |
| HSL | 52.21º | 0.55% | 0.54% | - |
| HSV(B) | 52.21º | 0.65% | 0.79% | - |
| XYZ | 42.84 | 47.71 | 12.91 | - |
| YUV | 177.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 71 | 0 | 0.08 | 0.65 | 0.21 | 52.21 | 0.55 | 0.54 |
| Hex | CA | B9 | 47 | 0 | 8 | 41 | 15 | 34 | 37 | 36 |
| Octal | 312 | 271 | 107 | 0 | 10 | 101 | 25 | 64 | 67 | 66 |
| Binary | 11001010 | 10111001 | 1000111 | 0 | 1000 | 1000001 | 10101 | 110100 | 110111 | 110110 |
Color Harmonies of #CAB947
Complementary color
Monochromatic Colors of #CAB947
Black with #CAB947
Text Example
Text Example
White with #CAB947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB947; }
p { color: rgb(202,185,71); }
H1.HeaderClassName
{
color: #CAB947;
}
.AnyTagClassName
{
color: #CAB947;
}
</style>
background-color css
<style>
a { background-color: #CAB947; }
a { background-color: rgb(202,185,71); }
div.DivClassName
{
background-color: #CAB947;
}
.BgClassName
{
background-color: #CAB947;
}
</style>
border-color css
<style>
span { border-color: #CAB947; }
span { border-color: rgb(202,185,71); }
td.TdClassName
{
border-color: #CAB947;
}
.TagClassName
{
border-color: #CAB947;
}
</style>