Shades of Old Gold #CBC034
Tints of Old Gold #CBC034
RGB
CMYK
RGB Variations
Color information
#CBC034 (or 0xCBC034) is known color: Old Gold. HEX triplet: CB, C0 and 34. RGB value is (203,192,52). Sum of RGB (Red+Green+Blue) = 203+192+52=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC034 is #343FCB. Grayscale: #B3B3B3. Windows color (decimal): -3424204 or 3457227. OLE color: 3457227.
HSL color Cylindrical-coordinate representation of color #CBC034: hue angle of 55.63º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBC034 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 52 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.20 |
| HSL | 55.63º | 0.59% | 0.5% | - |
| HSV(B) | 55.63º | 0.74% | 0.8% | - |
| XYZ | 44.1 | 50.64 | 10.7 | - |
| YUV | 179.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 52 | 0 | 0.05 | 0.74 | 0.20 | 55.63 | 0.59 | 0.5 |
| Hex | CB | C0 | 34 | 0 | 5 | 4A | 14 | 38 | 3B | 32 |
| Octal | 313 | 300 | 64 | 0 | 5 | 112 | 24 | 70 | 73 | 62 |
| Binary | 11001011 | 11000000 | 110100 | 0 | 101 | 1001010 | 10100 | 111000 | 111011 | 110010 |
Color Harmonies of #CBC034
Complementary color
Monochromatic Colors of #CBC034
Black with #CBC034
Text Example
Text Example
White with #CBC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC034; }
p { color: rgb(203,192,52); }
H1.HeaderClassName
{
color: #CBC034;
}
.AnyTagClassName
{
color: #CBC034;
}
</style>
background-color css
<style>
a { background-color: #CBC034; }
a { background-color: rgb(203,192,52); }
div.DivClassName
{
background-color: #CBC034;
}
.BgClassName
{
background-color: #CBC034;
}
</style>
border-color css
<style>
span { border-color: #CBC034; }
span { border-color: rgb(203,192,52); }
td.TdClassName
{
border-color: #CBC034;
}
.TagClassName
{
border-color: #CBC034;
}
</style>