Shades of Old Gold #CAB034
Tints of Old Gold #CAB034
RGB
CMYK
RGB Variations
Color information
#CAB034 (or 0xCAB034) is known color: Old Gold. HEX triplet: CA, B0 and 34. RGB value is (202,176,52). Sum of RGB (Red+Green+Blue) = 202+176+52=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB034 is #354FCB. Grayscale: #AAAAAA. Windows color (decimal): -3493836 or 3453130. OLE color: 3453130.
HSL color Cylindrical-coordinate representation of color #CAB034: hue angle of 49.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAB034 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 52 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.21 |
| HSL | 49.6º | 0.59% | 0.5% | - |
| HSV(B) | 49.6º | 0.74% | 0.79% | - |
| XYZ | 40.5 | 43.86 | 9.58 | - |
| YUV | 169.64 | 61.61 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 52 | 0 | 0.13 | 0.74 | 0.21 | 49.6 | 0.59 | 0.5 |
| Hex | CA | B0 | 34 | 0 | D | 4A | 15 | 32 | 3B | 32 |
| Octal | 312 | 260 | 64 | 0 | 15 | 112 | 25 | 62 | 73 | 62 |
| Binary | 11001010 | 10110000 | 110100 | 0 | 1101 | 1001010 | 10101 | 110010 | 111011 | 110010 |
Color Harmonies of #CAB034
Complementary color
Monochromatic Colors of #CAB034
Black with #CAB034
Text Example
Text Example
White with #CAB034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB034; }
p { color: rgb(202,176,52); }
H1.HeaderClassName
{
color: #CAB034;
}
.AnyTagClassName
{
color: #CAB034;
}
</style>
background-color css
<style>
a { background-color: #CAB034; }
a { background-color: rgb(202,176,52); }
div.DivClassName
{
background-color: #CAB034;
}
.BgClassName
{
background-color: #CAB034;
}
</style>
border-color css
<style>
span { border-color: #CAB034; }
span { border-color: rgb(202,176,52); }
td.TdClassName
{
border-color: #CAB034;
}
.TagClassName
{
border-color: #CAB034;
}
</style>