Shades of Old Gold #CAB936
Tints of Old Gold #CAB936
RGB
CMYK
RGB Variations
Color information
#CAB936 (or 0xCAB936) is known color: Old Gold. HEX triplet: CA, B9 and 36. RGB value is (202,185,54). Sum of RGB (Red+Green+Blue) = 202+185+54=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB936 is #3546C9. Grayscale: #AFAFAF. Windows color (decimal): -3491530 or 3586506. OLE color: 3586506.
HSL color Cylindrical-coordinate representation of color #CAB936: hue angle of 53.11º 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 #CAB936 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 54 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.21 |
| HSL | 53.11º | 0.58% | 0.5% | - |
| HSV(B) | 53.11º | 0.73% | 0.79% | - |
| XYZ | 42.37 | 47.52 | 10.43 | - |
| YUV | 175.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 54 | 0 | 0.08 | 0.73 | 0.21 | 53.11 | 0.58 | 0.5 |
| Hex | CA | B9 | 36 | 0 | 8 | 49 | 15 | 35 | 3A | 32 |
| Octal | 312 | 271 | 66 | 0 | 10 | 111 | 25 | 65 | 72 | 62 |
| Binary | 11001010 | 10111001 | 110110 | 0 | 1000 | 1001001 | 10101 | 110101 | 111010 | 110010 |
Color Harmonies of #CAB936
Complementary color
Monochromatic Colors of #CAB936
Black with #CAB936
Text Example
Text Example
White with #CAB936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB936; }
p { color: rgb(202,185,54); }
H1.HeaderClassName
{
color: #CAB936;
}
.AnyTagClassName
{
color: #CAB936;
}
</style>
background-color css
<style>
a { background-color: #CAB936; }
a { background-color: rgb(202,185,54); }
div.DivClassName
{
background-color: #CAB936;
}
.BgClassName
{
background-color: #CAB936;
}
</style>
border-color css
<style>
span { border-color: #CAB936; }
span { border-color: rgb(202,185,54); }
td.TdClassName
{
border-color: #CAB936;
}
.TagClassName
{
border-color: #CAB936;
}
</style>