Shades of Old Gold #CBBA32
Tints of Old Gold #CBBA32
RGB
CMYK
RGB Variations
Color information
#CBBA32 (or 0xCBBA32) is known color: Old Gold. HEX triplet: CB, BA and 32. RGB value is (203,186,50). Sum of RGB (Red+Green+Blue) = 203+186+50=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA32 is #3445CD. Grayscale: #B0B0B0. Windows color (decimal): -3425742 or 3324619. OLE color: 3324619.
HSL color Cylindrical-coordinate representation of color #CBBA32: hue angle of 53.33º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBBA32 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 50 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.20 |
| HSL | 53.33º | 0.6% | 0.5% | - |
| HSV(B) | 53.33º | 0.75% | 0.8% | - |
| XYZ | 42.76 | 48.04 | 10.04 | - |
| YUV | 175.58 | 57.13 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 50 | 0 | 0.08 | 0.75 | 0.20 | 53.33 | 0.6 | 0.5 |
| Hex | CB | BA | 32 | 0 | 8 | 4B | 14 | 35 | 3C | 32 |
| Octal | 313 | 272 | 62 | 0 | 10 | 113 | 24 | 65 | 74 | 62 |
| Binary | 11001011 | 10111010 | 110010 | 0 | 1000 | 1001011 | 10100 | 110101 | 111100 | 110010 |
Color Harmonies of #CBBA32
Complementary color
Monochromatic Colors of #CBBA32
Black with #CBBA32
Text Example
Text Example
White with #CBBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA32; }
p { color: rgb(203,186,50); }
H1.HeaderClassName
{
color: #CBBA32;
}
.AnyTagClassName
{
color: #CBBA32;
}
</style>
background-color css
<style>
a { background-color: #CBBA32; }
a { background-color: rgb(203,186,50); }
div.DivClassName
{
background-color: #CBBA32;
}
.BgClassName
{
background-color: #CBBA32;
}
</style>
border-color css
<style>
span { border-color: #CBBA32; }
span { border-color: rgb(203,186,50); }
td.TdClassName
{
border-color: #CBBA32;
}
.TagClassName
{
border-color: #CBBA32;
}
</style>