Shades of Old Gold #CABB37
Tints of Old Gold #CABB37
RGB
CMYK
RGB Variations
Color information
#CABB37 (or 0xCABB37) is known color: Old Gold. HEX triplet: CA, BB and 37. RGB value is (202,187,55). Sum of RGB (Red+Green+Blue) = 202+187+55=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB37 is #3544C8. Grayscale: #B0B0B0. Windows color (decimal): -3491017 or 3652554. OLE color: 3652554.
HSL color Cylindrical-coordinate representation of color #CABB37: hue angle of 53.88º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CABB37 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 55 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.21 |
| HSL | 53.88º | 0.58% | 0.5% | - |
| HSV(B) | 53.88º | 0.73% | 0.79% | - |
| XYZ | 42.82 | 48.37 | 10.69 | - |
| YUV | 176.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 55 | 0 | 0.07 | 0.73 | 0.21 | 53.88 | 0.58 | 0.5 |
| Hex | CA | BB | 37 | 0 | 7 | 49 | 15 | 36 | 3A | 32 |
| Octal | 312 | 273 | 67 | 0 | 7 | 111 | 25 | 66 | 72 | 62 |
| Binary | 11001010 | 10111011 | 110111 | 0 | 111 | 1001001 | 10101 | 110110 | 111010 | 110010 |
Color Harmonies of #CABB37
Complementary color
Monochromatic Colors of #CABB37
Black with #CABB37
Text Example
Text Example
White with #CABB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB37; }
p { color: rgb(202,187,55); }
H1.HeaderClassName
{
color: #CABB37;
}
.AnyTagClassName
{
color: #CABB37;
}
</style>
background-color css
<style>
a { background-color: #CABB37; }
a { background-color: rgb(202,187,55); }
div.DivClassName
{
background-color: #CABB37;
}
.BgClassName
{
background-color: #CABB37;
}
</style>
border-color css
<style>
span { border-color: #CABB37; }
span { border-color: rgb(202,187,55); }
td.TdClassName
{
border-color: #CABB37;
}
.TagClassName
{
border-color: #CABB37;
}
</style>