Shades of Old Gold #CAB93C
Tints of Old Gold #CAB93C
RGB
CMYK
RGB Variations
Color information
#CAB93C (or 0xCAB93C) is known color: Old Gold. HEX triplet: CA, B9 and 3C. RGB value is (202,185,60). Sum of RGB (Red+Green+Blue) = 202+185+60=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB93C is #3546C3. Grayscale: #B0B0B0. Windows color (decimal): -3491524 or 3979722. OLE color: 3979722.
HSL color Cylindrical-coordinate representation of color #CAB93C: hue angle of 52.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAB93C is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 60 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.21 |
| HSL | 52.82º | 0.57% | 0.51% | - |
| HSV(B) | 52.82º | 0.7% | 0.79% | - |
| XYZ | 42.52 | 47.58 | 11.22 | - |
| YUV | 175.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 60 | 0 | 0.08 | 0.70 | 0.21 | 52.82 | 0.57 | 0.51 |
| Hex | CA | B9 | 3C | 0 | 8 | 46 | 15 | 35 | 39 | 33 |
| Octal | 312 | 271 | 74 | 0 | 10 | 106 | 25 | 65 | 71 | 63 |
| Binary | 11001010 | 10111001 | 111100 | 0 | 1000 | 1000110 | 10101 | 110101 | 111001 | 110011 |
Color Harmonies of #CAB93C
Complementary color
Monochromatic Colors of #CAB93C
Black with #CAB93C
Text Example
Text Example
White with #CAB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB93C; }
p { color: rgb(202,185,60); }
H1.HeaderClassName
{
color: #CAB93C;
}
.AnyTagClassName
{
color: #CAB93C;
}
</style>
background-color css
<style>
a { background-color: #CAB93C; }
a { background-color: rgb(202,185,60); }
div.DivClassName
{
background-color: #CAB93C;
}
.BgClassName
{
background-color: #CAB93C;
}
</style>
border-color css
<style>
span { border-color: #CAB93C; }
span { border-color: rgb(202,185,60); }
td.TdClassName
{
border-color: #CAB93C;
}
.TagClassName
{
border-color: #CAB93C;
}
</style>