Shades of Old Gold #CAB436
Tints of Old Gold #CAB436
RGB
CMYK
RGB Variations
Color information
#CAB436 (or 0xCAB436) is known color: Old Gold. HEX triplet: CA, B4 and 36. RGB value is (202,180,54). Sum of RGB (Red+Green+Blue) = 202+180+54=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB436 is #354BC9. Grayscale: #ACACAC. Windows color (decimal): -3492810 or 3585226. OLE color: 3585226.
HSL color Cylindrical-coordinate representation of color #CAB436: hue angle of 51.08º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAB436 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 54 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.21 |
| HSL | 51.08º | 0.58% | 0.5% | - |
| HSV(B) | 51.08º | 0.73% | 0.79% | - |
| XYZ | 41.34 | 45.47 | 10.09 | - |
| YUV | 172.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 54 | 0 | 0.11 | 0.73 | 0.21 | 51.08 | 0.58 | 0.5 |
| Hex | CA | B4 | 36 | 0 | B | 49 | 15 | 33 | 3A | 32 |
| Octal | 312 | 264 | 66 | 0 | 13 | 111 | 25 | 63 | 72 | 62 |
| Binary | 11001010 | 10110100 | 110110 | 0 | 1011 | 1001001 | 10101 | 110011 | 111010 | 110010 |
Color Harmonies of #CAB436
Complementary color
Monochromatic Colors of #CAB436
Black with #CAB436
Text Example
Text Example
White with #CAB436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB436; }
p { color: rgb(202,180,54); }
H1.HeaderClassName
{
color: #CAB436;
}
.AnyTagClassName
{
color: #CAB436;
}
</style>
background-color css
<style>
a { background-color: #CAB436; }
a { background-color: rgb(202,180,54); }
div.DivClassName
{
background-color: #CAB436;
}
.BgClassName
{
background-color: #CAB436;
}
</style>
border-color css
<style>
span { border-color: #CAB436; }
span { border-color: rgb(202,180,54); }
td.TdClassName
{
border-color: #CAB436;
}
.TagClassName
{
border-color: #CAB436;
}
</style>