Shades of Old Gold #CBAB40
Tints of Old Gold #CBAB40
RGB
CMYK
RGB Variations
Color information
#CBAB40 (or 0xCBAB40) is known color: Old Gold. HEX triplet: CB, AB and 40. RGB value is (203,171,64). Sum of RGB (Red+Green+Blue) = 203+171+64=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB40 is #3454BF. Grayscale: #A8A8A8. Windows color (decimal): -3429568 or 4238283. OLE color: 4238283.
HSL color Cylindrical-coordinate representation of color #CBAB40: hue angle of 46.19º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBAB40 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 64 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.20 |
| HSL | 46.19º | 0.57% | 0.52% | - |
| HSV(B) | 46.19º | 0.68% | 0.8% | - |
| XYZ | 40.12 | 42.19 | 10.88 | - |
| YUV | 168.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 64 | 0 | 0.16 | 0.68 | 0.20 | 46.19 | 0.57 | 0.52 |
| Hex | CB | AB | 40 | 0 | 10 | 44 | 14 | 2E | 39 | 34 |
| Octal | 313 | 253 | 100 | 0 | 20 | 104 | 24 | 56 | 71 | 64 |
| Binary | 11001011 | 10101011 | 1000000 | 0 | 10000 | 1000100 | 10100 | 101110 | 111001 | 110100 |
Color Harmonies of #CBAB40
Complementary color
Monochromatic Colors of #CBAB40
Black with #CBAB40
Text Example
Text Example
White with #CBAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB40; }
p { color: rgb(203,171,64); }
H1.HeaderClassName
{
color: #CBAB40;
}
.AnyTagClassName
{
color: #CBAB40;
}
</style>
background-color css
<style>
a { background-color: #CBAB40; }
a { background-color: rgb(203,171,64); }
div.DivClassName
{
background-color: #CBAB40;
}
.BgClassName
{
background-color: #CBAB40;
}
</style>
border-color css
<style>
span { border-color: #CBAB40; }
span { border-color: rgb(203,171,64); }
td.TdClassName
{
border-color: #CBAB40;
}
.TagClassName
{
border-color: #CBAB40;
}
</style>