Shades of Old Gold #CBC032
Tints of Old Gold #CBC032
RGB
CMYK
RGB Variations
Color information
#CBC032 (or 0xCBC032) is known color: Old Gold. HEX triplet: CB, C0 and 32. RGB value is (203,192,50). Sum of RGB (Red+Green+Blue) = 203+192+50=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC032 is #343FCD. Grayscale: #B3B3B3. Windows color (decimal): -3424206 or 3326155. OLE color: 3326155.
HSL color Cylindrical-coordinate representation of color #CBC032: hue angle of 55.69º 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 #CBC032 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 50 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.20 |
| HSL | 55.69º | 0.6% | 0.5% | - |
| HSV(B) | 55.69º | 0.75% | 0.8% | - |
| XYZ | 44.05 | 50.63 | 10.47 | - |
| YUV | 179.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 50 | 0 | 0.05 | 0.75 | 0.20 | 55.69 | 0.6 | 0.5 |
| Hex | CB | C0 | 32 | 0 | 5 | 4B | 14 | 38 | 3C | 32 |
| Octal | 313 | 300 | 62 | 0 | 5 | 113 | 24 | 70 | 74 | 62 |
| Binary | 11001011 | 11000000 | 110010 | 0 | 101 | 1001011 | 10100 | 111000 | 111100 | 110010 |
Color Harmonies of #CBC032
Complementary color
Monochromatic Colors of #CBC032
Black with #CBC032
Text Example
Text Example
White with #CBC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC032; }
p { color: rgb(203,192,50); }
H1.HeaderClassName
{
color: #CBC032;
}
.AnyTagClassName
{
color: #CBC032;
}
</style>
background-color css
<style>
a { background-color: #CBC032; }
a { background-color: rgb(203,192,50); }
div.DivClassName
{
background-color: #CBC032;
}
.BgClassName
{
background-color: #CBC032;
}
</style>
border-color css
<style>
span { border-color: #CBC032; }
span { border-color: rgb(203,192,50); }
td.TdClassName
{
border-color: #CBC032;
}
.TagClassName
{
border-color: #CBC032;
}
</style>