Shades of Old Gold #CBB033
Tints of Old Gold #CBB033
RGB
CMYK
RGB Variations
Color information
#CBB033 (or 0xCBB033) is known color: Old Gold. HEX triplet: CB, B0 and 33. RGB value is (203,176,51). Sum of RGB (Red+Green+Blue) = 203+176+51=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB033 is #344FCC. Grayscale: #AAAAAA. Windows color (decimal): -3428301 or 3387595. OLE color: 3387595.
HSL color Cylindrical-coordinate representation of color #CBB033: hue angle of 49.34º 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 #CBB033 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 51 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.20 |
| HSL | 49.34º | 0.6% | 0.5% | - |
| HSV(B) | 49.34º | 0.75% | 0.8% | - |
| XYZ | 40.75 | 43.99 | 9.47 | - |
| YUV | 169.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 51 | 0 | 0.13 | 0.75 | 0.20 | 49.34 | 0.6 | 0.5 |
| Hex | CB | B0 | 33 | 0 | D | 4B | 14 | 31 | 3C | 32 |
| Octal | 313 | 260 | 63 | 0 | 15 | 113 | 24 | 61 | 74 | 62 |
| Binary | 11001011 | 10110000 | 110011 | 0 | 1101 | 1001011 | 10100 | 110001 | 111100 | 110010 |
Color Harmonies of #CBB033
Complementary color
Monochromatic Colors of #CBB033
Black with #CBB033
Text Example
Text Example
White with #CBB033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB033; }
p { color: rgb(203,176,51); }
H1.HeaderClassName
{
color: #CBB033;
}
.AnyTagClassName
{
color: #CBB033;
}
</style>
background-color css
<style>
a { background-color: #CBB033; }
a { background-color: rgb(203,176,51); }
div.DivClassName
{
background-color: #CBB033;
}
.BgClassName
{
background-color: #CBB033;
}
</style>
border-color css
<style>
span { border-color: #CBB033; }
span { border-color: rgb(203,176,51); }
td.TdClassName
{
border-color: #CBB033;
}
.TagClassName
{
border-color: #CBB033;
}
</style>