Shades of Old Gold #CABB36
Tints of Old Gold #CABB36
RGB
CMYK
RGB Variations
Color information
#CABB36 (or 0xCABB36) is known color: Old Gold. HEX triplet: CA, BB and 36. RGB value is (202,187,54). Sum of RGB (Red+Green+Blue) = 202+187+54=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB36 is #3544C9. Grayscale: #B0B0B0. Windows color (decimal): -3491018 or 3587018. OLE color: 3587018.
HSL color Cylindrical-coordinate representation of color #CABB36: hue angle of 53.92º 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 #CABB36 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 54 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.21 |
| HSL | 53.92º | 0.58% | 0.5% | - |
| HSV(B) | 53.92º | 0.73% | 0.79% | - |
| XYZ | 42.79 | 48.36 | 10.57 | - |
| YUV | 176.32 | 58.97 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 54 | 0 | 0.07 | 0.73 | 0.21 | 53.92 | 0.58 | 0.5 |
| Hex | CA | BB | 36 | 0 | 7 | 49 | 15 | 36 | 3A | 32 |
| Octal | 312 | 273 | 66 | 0 | 7 | 111 | 25 | 66 | 72 | 62 |
| Binary | 11001010 | 10111011 | 110110 | 0 | 111 | 1001001 | 10101 | 110110 | 111010 | 110010 |
Color Harmonies of #CABB36
Complementary color
Monochromatic Colors of #CABB36
Black with #CABB36
Text Example
Text Example
White with #CABB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB36; }
p { color: rgb(202,187,54); }
H1.HeaderClassName
{
color: #CABB36;
}
.AnyTagClassName
{
color: #CABB36;
}
</style>
background-color css
<style>
a { background-color: #CABB36; }
a { background-color: rgb(202,187,54); }
div.DivClassName
{
background-color: #CABB36;
}
.BgClassName
{
background-color: #CABB36;
}
</style>
border-color css
<style>
span { border-color: #CABB36; }
span { border-color: rgb(202,187,54); }
td.TdClassName
{
border-color: #CABB36;
}
.TagClassName
{
border-color: #CABB36;
}
</style>