Shades of Old Gold #CABB40
Tints of Old Gold #CABB40
RGB
CMYK
RGB Variations
Color information
#CABB40 (or 0xCABB40) is known color: Old Gold. HEX triplet: CA, BB and 40. RGB value is (202,187,64). Sum of RGB (Red+Green+Blue) = 202+187+64=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB40 is #3544BF. Grayscale: #B1B1B1. Windows color (decimal): -3491008 or 4242378. OLE color: 4242378.
HSL color Cylindrical-coordinate representation of color #CABB40: hue angle of 53.48º degrees, saturation: 0.57, 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 #CABB40 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 64 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.21 |
| HSL | 53.48º | 0.57% | 0.52% | - |
| HSV(B) | 53.48º | 0.68% | 0.79% | - |
| XYZ | 43.05 | 48.47 | 11.94 | - |
| YUV | 177.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 64 | 0 | 0.07 | 0.68 | 0.21 | 53.48 | 0.57 | 0.52 |
| Hex | CA | BB | 40 | 0 | 7 | 44 | 15 | 35 | 39 | 34 |
| Octal | 312 | 273 | 100 | 0 | 7 | 104 | 25 | 65 | 71 | 64 |
| Binary | 11001010 | 10111011 | 1000000 | 0 | 111 | 1000100 | 10101 | 110101 | 111001 | 110100 |
Color Harmonies of #CABB40
Complementary color
Monochromatic Colors of #CABB40
Black with #CABB40
Text Example
Text Example
White with #CABB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB40; }
p { color: rgb(202,187,64); }
H1.HeaderClassName
{
color: #CABB40;
}
.AnyTagClassName
{
color: #CABB40;
}
</style>
background-color css
<style>
a { background-color: #CABB40; }
a { background-color: rgb(202,187,64); }
div.DivClassName
{
background-color: #CABB40;
}
.BgClassName
{
background-color: #CABB40;
}
</style>
border-color css
<style>
span { border-color: #CABB40; }
span { border-color: rgb(202,187,64); }
td.TdClassName
{
border-color: #CABB40;
}
.TagClassName
{
border-color: #CABB40;
}
</style>