Shades of Old Gold #CBC035
Tints of Old Gold #CBC035
RGB
CMYK
RGB Variations
Color information
#CBC035 (or 0xCBC035) is known color: Old Gold. HEX triplet: CB, C0 and 35. RGB value is (203,192,53). Sum of RGB (Red+Green+Blue) = 203+192+53=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC035 is #343FCA. Grayscale: #B4B4B4. Windows color (decimal): -3424203 or 3522763. OLE color: 3522763.
HSL color Cylindrical-coordinate representation of color #CBC035: hue angle of 55.6º 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 #CBC035 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 53 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.20 |
| HSL | 55.6º | 0.59% | 0.5% | - |
| HSV(B) | 55.6º | 0.74% | 0.8% | - |
| XYZ | 44.12 | 50.65 | 10.82 | - |
| YUV | 179.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 53 | 0 | 0.05 | 0.74 | 0.20 | 55.6 | 0.59 | 0.5 |
| Hex | CB | C0 | 35 | 0 | 5 | 4A | 14 | 38 | 3B | 32 |
| Octal | 313 | 300 | 65 | 0 | 5 | 112 | 24 | 70 | 73 | 62 |
| Binary | 11001011 | 11000000 | 110101 | 0 | 101 | 1001010 | 10100 | 111000 | 111011 | 110010 |
Color Harmonies of #CBC035
Complementary color
Monochromatic Colors of #CBC035
Black with #CBC035
Text Example
Text Example
White with #CBC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC035; }
p { color: rgb(203,192,53); }
H1.HeaderClassName
{
color: #CBC035;
}
.AnyTagClassName
{
color: #CBC035;
}
</style>
background-color css
<style>
a { background-color: #CBC035; }
a { background-color: rgb(203,192,53); }
div.DivClassName
{
background-color: #CBC035;
}
.BgClassName
{
background-color: #CBC035;
}
</style>
border-color css
<style>
span { border-color: #CBC035; }
span { border-color: rgb(203,192,53); }
td.TdClassName
{
border-color: #CBC035;
}
.TagClassName
{
border-color: #CBC035;
}
</style>