Shades of Old Gold #CAB941
Tints of Old Gold #CAB941
RGB
CMYK
RGB Variations
Color information
#CAB941 (or 0xCAB941) is known color: Old Gold. HEX triplet: CA, B9 and 41. RGB value is (202,185,65). Sum of RGB (Red+Green+Blue) = 202+185+65=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB941 is #3546BE. Grayscale: #B0B0B0. Windows color (decimal): -3491519 or 4307402. OLE color: 4307402.
HSL color Cylindrical-coordinate representation of color #CAB941: hue angle of 52.55º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAB941 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 65 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.21 |
| HSL | 52.55º | 0.56% | 0.52% | - |
| HSV(B) | 52.55º | 0.68% | 0.79% | - |
| XYZ | 42.66 | 47.64 | 11.95 | - |
| YUV | 176.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 65 | 0 | 0.08 | 0.68 | 0.21 | 52.55 | 0.56 | 0.52 |
| Hex | CA | B9 | 41 | 0 | 8 | 44 | 15 | 35 | 38 | 34 |
| Octal | 312 | 271 | 101 | 0 | 10 | 104 | 25 | 65 | 70 | 64 |
| Binary | 11001010 | 10111001 | 1000001 | 0 | 1000 | 1000100 | 10101 | 110101 | 111000 | 110100 |
Color Harmonies of #CAB941
Complementary color
Monochromatic Colors of #CAB941
Black with #CAB941
Text Example
Text Example
White with #CAB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB941; }
p { color: rgb(202,185,65); }
H1.HeaderClassName
{
color: #CAB941;
}
.AnyTagClassName
{
color: #CAB941;
}
</style>
background-color css
<style>
a { background-color: #CAB941; }
a { background-color: rgb(202,185,65); }
div.DivClassName
{
background-color: #CAB941;
}
.BgClassName
{
background-color: #CAB941;
}
</style>
border-color css
<style>
span { border-color: #CAB941; }
span { border-color: rgb(202,185,65); }
td.TdClassName
{
border-color: #CAB941;
}
.TagClassName
{
border-color: #CAB941;
}
</style>