Shades of Old Gold #CAB839
Tints of Old Gold #CAB839
RGB
CMYK
RGB Variations
Color information
#CAB839 (or 0xCAB839) is known color: Old Gold. HEX triplet: CA, B8 and 39. RGB value is (202,184,57). Sum of RGB (Red+Green+Blue) = 202+184+57=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB839 is #3547C6. Grayscale: #AFAFAF. Windows color (decimal): -3491783 or 3782858. OLE color: 3782858.
HSL color Cylindrical-coordinate representation of color #CAB839: hue angle of 52.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAB839 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 57 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.21 |
| HSL | 52.55º | 0.58% | 0.51% | - |
| HSV(B) | 52.55º | 0.72% | 0.79% | - |
| XYZ | 42.24 | 47.13 | 10.74 | - |
| YUV | 174.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 57 | 0 | 0.09 | 0.72 | 0.21 | 52.55 | 0.58 | 0.51 |
| Hex | CA | B8 | 39 | 0 | 9 | 48 | 15 | 35 | 3A | 33 |
| Octal | 312 | 270 | 71 | 0 | 11 | 110 | 25 | 65 | 72 | 63 |
| Binary | 11001010 | 10111000 | 111001 | 0 | 1001 | 1001000 | 10101 | 110101 | 111010 | 110011 |
Color Harmonies of #CAB839
Complementary color
Monochromatic Colors of #CAB839
Black with #CAB839
Text Example
Text Example
White with #CAB839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB839; }
p { color: rgb(202,184,57); }
H1.HeaderClassName
{
color: #CAB839;
}
.AnyTagClassName
{
color: #CAB839;
}
</style>
background-color css
<style>
a { background-color: #CAB839; }
a { background-color: rgb(202,184,57); }
div.DivClassName
{
background-color: #CAB839;
}
.BgClassName
{
background-color: #CAB839;
}
</style>
border-color css
<style>
span { border-color: #CAB839; }
span { border-color: rgb(202,184,57); }
td.TdClassName
{
border-color: #CAB839;
}
.TagClassName
{
border-color: #CAB839;
}
</style>