Shades of Old Gold #CBC039
Tints of Old Gold #CBC039
RGB
CMYK
RGB Variations
Color information
#CBC039 (or 0xCBC039) is known color: Old Gold. HEX triplet: CB, C0 and 39. RGB value is (203,192,57). Sum of RGB (Red+Green+Blue) = 203+192+57=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC039 is #343FC6. Grayscale: #B4B4B4. Windows color (decimal): -3424199 or 3784907. OLE color: 3784907.
HSL color Cylindrical-coordinate representation of color #CBC039: hue angle of 55.48º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBC039 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 57 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.20 |
| HSL | 55.48º | 0.58% | 0.51% | - |
| HSV(B) | 55.48º | 0.72% | 0.8% | - |
| XYZ | 44.22 | 50.69 | 11.32 | - |
| YUV | 179.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 57 | 0 | 0.05 | 0.72 | 0.20 | 55.48 | 0.58 | 0.51 |
| Hex | CB | C0 | 39 | 0 | 5 | 48 | 14 | 37 | 3A | 33 |
| Octal | 313 | 300 | 71 | 0 | 5 | 110 | 24 | 67 | 72 | 63 |
| Binary | 11001011 | 11000000 | 111001 | 0 | 101 | 1001000 | 10100 | 110111 | 111010 | 110011 |
Color Harmonies of #CBC039
Complementary color
Monochromatic Colors of #CBC039
Black with #CBC039
Text Example
Text Example
White with #CBC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC039; }
p { color: rgb(203,192,57); }
H1.HeaderClassName
{
color: #CBC039;
}
.AnyTagClassName
{
color: #CBC039;
}
</style>
background-color css
<style>
a { background-color: #CBC039; }
a { background-color: rgb(203,192,57); }
div.DivClassName
{
background-color: #CBC039;
}
.BgClassName
{
background-color: #CBC039;
}
</style>
border-color css
<style>
span { border-color: #CBC039; }
span { border-color: rgb(203,192,57); }
td.TdClassName
{
border-color: #CBC039;
}
.TagClassName
{
border-color: #CBC039;
}
</style>