Shades of Old Gold #C0B839
Tints of Old Gold #C0B839
RGB
CMYK
RGB Variations
Color information
#C0B839 (or 0xC0B839) is known color: Old Gold. HEX triplet: C0, B8 and 39. RGB value is (192,184,57). Sum of RGB (Red+Green+Blue) = 192+184+57=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B839 is #3F47C6. Grayscale: #ACACAC. Windows color (decimal): -4147143 or 3782848. OLE color: 3782848.
HSL color Cylindrical-coordinate representation of color #C0B839: hue angle of 56.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0B839 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 57 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.25 |
| HSL | 56.44º | 0.54% | 0.49% | - |
| HSV(B) | 56.44º | 0.7% | 0.75% | - |
| XYZ | 39.62 | 45.78 | 10.62 | - |
| YUV | 171.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 57 | 0 | 0.04 | 0.70 | 0.25 | 56.44 | 0.54 | 0.49 |
| Hex | C0 | B8 | 39 | 0 | 4 | 46 | 19 | 38 | 36 | 31 |
| Octal | 300 | 270 | 71 | 0 | 4 | 106 | 31 | 70 | 66 | 61 |
| Binary | 11000000 | 10111000 | 111001 | 0 | 100 | 1000110 | 11001 | 111000 | 110110 | 110001 |
Color Harmonies of #C0B839
Complementary color
Monochromatic Colors of #C0B839
Black with #C0B839
Text Example
Text Example
White with #C0B839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B839; }
p { color: rgb(192,184,57); }
H1.HeaderClassName
{
color: #C0B839;
}
.AnyTagClassName
{
color: #C0B839;
}
</style>
background-color css
<style>
a { background-color: #C0B839; }
a { background-color: rgb(192,184,57); }
div.DivClassName
{
background-color: #C0B839;
}
.BgClassName
{
background-color: #C0B839;
}
</style>
border-color css
<style>
span { border-color: #C0B839; }
span { border-color: rgb(192,184,57); }
td.TdClassName
{
border-color: #C0B839;
}
.TagClassName
{
border-color: #C0B839;
}
</style>