Shades of Old Gold #CAB039
Tints of Old Gold #CAB039
RGB
CMYK
RGB Variations
Color information
#CAB039 (or 0xCAB039) is known color: Old Gold. HEX triplet: CA, B0 and 39. RGB value is (202,176,57). Sum of RGB (Red+Green+Blue) = 202+176+57=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB039 is #354FC6. Grayscale: #AAAAAA. Windows color (decimal): -3493831 or 3780810. OLE color: 3780810.
HSL color Cylindrical-coordinate representation of color #CAB039: hue angle of 49.24º 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 #CAB039 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 57 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.21 |
| HSL | 49.24º | 0.58% | 0.51% | - |
| HSV(B) | 49.24º | 0.72% | 0.79% | - |
| XYZ | 40.62 | 43.9 | 10.2 | - |
| YUV | 170.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 57 | 0 | 0.13 | 0.72 | 0.21 | 49.24 | 0.58 | 0.51 |
| Hex | CA | B0 | 39 | 0 | D | 48 | 15 | 31 | 3A | 33 |
| Octal | 312 | 260 | 71 | 0 | 15 | 110 | 25 | 61 | 72 | 63 |
| Binary | 11001010 | 10110000 | 111001 | 0 | 1101 | 1001000 | 10101 | 110001 | 111010 | 110011 |
Color Harmonies of #CAB039
Complementary color
Monochromatic Colors of #CAB039
Black with #CAB039
Text Example
Text Example
White with #CAB039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB039; }
p { color: rgb(202,176,57); }
H1.HeaderClassName
{
color: #CAB039;
}
.AnyTagClassName
{
color: #CAB039;
}
</style>
background-color css
<style>
a { background-color: #CAB039; }
a { background-color: rgb(202,176,57); }
div.DivClassName
{
background-color: #CAB039;
}
.BgClassName
{
background-color: #CAB039;
}
</style>
border-color css
<style>
span { border-color: #CAB039; }
span { border-color: rgb(202,176,57); }
td.TdClassName
{
border-color: #CAB039;
}
.TagClassName
{
border-color: #CAB039;
}
</style>