Shades of Old Gold #CAB534
Tints of Old Gold #CAB534
RGB
CMYK
RGB Variations
Color information
#CAB534 (or 0xCAB534) is known color: Old Gold. HEX triplet: CA, B5 and 34. RGB value is (202,181,52). Sum of RGB (Red+Green+Blue) = 202+181+52=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB534 is #354ACB. Grayscale: #ADADAD. Windows color (decimal): -3492556 or 3454410. OLE color: 3454410.
HSL color Cylindrical-coordinate representation of color #CAB534: hue angle of 51.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 #CAB534 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 52 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.21 |
| HSL | 51.6º | 0.59% | 0.5% | - |
| HSV(B) | 51.6º | 0.74% | 0.79% | - |
| XYZ | 41.5 | 45.85 | 9.91 | - |
| YUV | 172.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 52 | 0 | 0.10 | 0.74 | 0.21 | 51.6 | 0.59 | 0.5 |
| Hex | CA | B5 | 34 | 0 | A | 4A | 15 | 34 | 3B | 32 |
| Octal | 312 | 265 | 64 | 0 | 12 | 112 | 25 | 64 | 73 | 62 |
| Binary | 11001010 | 10110101 | 110100 | 0 | 1010 | 1001010 | 10101 | 110100 | 111011 | 110010 |
Color Harmonies of #CAB534
Complementary color
Monochromatic Colors of #CAB534
Black with #CAB534
Text Example
Text Example
White with #CAB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB534; }
p { color: rgb(202,181,52); }
H1.HeaderClassName
{
color: #CAB534;
}
.AnyTagClassName
{
color: #CAB534;
}
</style>
background-color css
<style>
a { background-color: #CAB534; }
a { background-color: rgb(202,181,52); }
div.DivClassName
{
background-color: #CAB534;
}
.BgClassName
{
background-color: #CAB534;
}
</style>
border-color css
<style>
span { border-color: #CAB534; }
span { border-color: rgb(202,181,52); }
td.TdClassName
{
border-color: #CAB534;
}
.TagClassName
{
border-color: #CAB534;
}
</style>