Shades of Old Gold #CABB3A
Tints of Old Gold #CABB3A
RGB
CMYK
RGB Variations
Color information
#CABB3A (or 0xCABB3A) is known color: Old Gold. HEX triplet: CA, BB and 3A. RGB value is (202,187,58). Sum of RGB (Red+Green+Blue) = 202+187+58=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB3A is #3544C5. Grayscale: #B1B1B1. Windows color (decimal): -3491014 or 3849162. OLE color: 3849162.
HSL color Cylindrical-coordinate representation of color #CABB3A: hue angle of 53.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CABB3A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 58 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.21 |
| HSL | 53.75º | 0.58% | 0.51% | - |
| HSV(B) | 53.75º | 0.71% | 0.79% | - |
| XYZ | 42.89 | 48.4 | 11.09 | - |
| YUV | 176.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 58 | 0 | 0.07 | 0.71 | 0.21 | 53.75 | 0.58 | 0.51 |
| Hex | CA | BB | 3A | 0 | 7 | 47 | 15 | 36 | 3A | 33 |
| Octal | 312 | 273 | 72 | 0 | 7 | 107 | 25 | 66 | 72 | 63 |
| Binary | 11001010 | 10111011 | 111010 | 0 | 111 | 1000111 | 10101 | 110110 | 111010 | 110011 |
Color Harmonies of #CABB3A
Complementary color
Monochromatic Colors of #CABB3A
Black with #CABB3A
Text Example
Text Example
White with #CABB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB3A; }
p { color: rgb(202,187,58); }
H1.HeaderClassName
{
color: #CABB3A;
}
.AnyTagClassName
{
color: #CABB3A;
}
</style>
background-color css
<style>
a { background-color: #CABB3A; }
a { background-color: rgb(202,187,58); }
div.DivClassName
{
background-color: #CABB3A;
}
.BgClassName
{
background-color: #CABB3A;
}
</style>
border-color css
<style>
span { border-color: #CABB3A; }
span { border-color: rgb(202,187,58); }
td.TdClassName
{
border-color: #CABB3A;
}
.TagClassName
{
border-color: #CABB3A;
}
</style>