Shades of Old Gold #CAB841
Tints of Old Gold #CAB841
RGB
CMYK
RGB Variations
Color information
#CAB841 (or 0xCAB841) is known color: Old Gold. HEX triplet: CA, B8 and 41. RGB value is (202,184,65). Sum of RGB (Red+Green+Blue) = 202+184+65=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB841 is #3547BE. Grayscale: #B0B0B0. Windows color (decimal): -3491775 or 4307146. OLE color: 4307146.
HSL color Cylindrical-coordinate representation of color #CAB841: hue angle of 52.12º 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 #CAB841 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 65 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.21 |
| HSL | 52.12º | 0.56% | 0.52% | - |
| HSV(B) | 52.12º | 0.68% | 0.79% | - |
| XYZ | 42.45 | 47.22 | 11.88 | - |
| YUV | 175.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 65 | 0 | 0.09 | 0.68 | 0.21 | 52.12 | 0.56 | 0.52 |
| Hex | CA | B8 | 41 | 0 | 9 | 44 | 15 | 34 | 38 | 34 |
| Octal | 312 | 270 | 101 | 0 | 11 | 104 | 25 | 64 | 70 | 64 |
| Binary | 11001010 | 10111000 | 1000001 | 0 | 1001 | 1000100 | 10101 | 110100 | 111000 | 110100 |
Color Harmonies of #CAB841
Complementary color
Monochromatic Colors of #CAB841
Black with #CAB841
Text Example
Text Example
White with #CAB841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB841; }
p { color: rgb(202,184,65); }
H1.HeaderClassName
{
color: #CAB841;
}
.AnyTagClassName
{
color: #CAB841;
}
</style>
background-color css
<style>
a { background-color: #CAB841; }
a { background-color: rgb(202,184,65); }
div.DivClassName
{
background-color: #CAB841;
}
.BgClassName
{
background-color: #CAB841;
}
</style>
border-color css
<style>
span { border-color: #CAB841; }
span { border-color: rgb(202,184,65); }
td.TdClassName
{
border-color: #CAB841;
}
.TagClassName
{
border-color: #CAB841;
}
</style>