Shades of Old Gold #CABB3C
Tints of Old Gold #CABB3C
RGB
CMYK
RGB Variations
Color information
#CABB3C (or 0xCABB3C) is known color: Old Gold. HEX triplet: CA, BB and 3C. RGB value is (202,187,60). Sum of RGB (Red+Green+Blue) = 202+187+60=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB3C is #3544C3. Grayscale: #B1B1B1. Windows color (decimal): -3491012 or 3980234. OLE color: 3980234.
HSL color Cylindrical-coordinate representation of color #CABB3C: hue angle of 53.66º 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 #CABB3C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 60 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.21 |
| HSL | 53.66º | 0.57% | 0.51% | - |
| HSV(B) | 53.66º | 0.7% | 0.79% | - |
| XYZ | 42.94 | 48.42 | 11.36 | - |
| YUV | 177.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 60 | 0 | 0.07 | 0.70 | 0.21 | 53.66 | 0.57 | 0.51 |
| Hex | CA | BB | 3C | 0 | 7 | 46 | 15 | 36 | 39 | 33 |
| Octal | 312 | 273 | 74 | 0 | 7 | 106 | 25 | 66 | 71 | 63 |
| Binary | 11001010 | 10111011 | 111100 | 0 | 111 | 1000110 | 10101 | 110110 | 111001 | 110011 |
Color Harmonies of #CABB3C
Complementary color
Monochromatic Colors of #CABB3C
Black with #CABB3C
Text Example
Text Example
White with #CABB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB3C; }
p { color: rgb(202,187,60); }
H1.HeaderClassName
{
color: #CABB3C;
}
.AnyTagClassName
{
color: #CABB3C;
}
</style>
background-color css
<style>
a { background-color: #CABB3C; }
a { background-color: rgb(202,187,60); }
div.DivClassName
{
background-color: #CABB3C;
}
.BgClassName
{
background-color: #CABB3C;
}
</style>
border-color css
<style>
span { border-color: #CABB3C; }
span { border-color: rgb(202,187,60); }
td.TdClassName
{
border-color: #CABB3C;
}
.TagClassName
{
border-color: #CABB3C;
}
</style>