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