Shades of Old Gold #C8C037
Tints of Old Gold #C8C037
RGB
CMYK
RGB Variations
Color information
#C8C037 (or 0xC8C037) is known color: Old Gold. HEX triplet: C8, C0 and 37. RGB value is (200,192,55). Sum of RGB (Red+Green+Blue) = 200+192+55=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C037 is #373FC8. Grayscale: #B3B3B3. Windows color (decimal): -3620809 or 3653832. OLE color: 3653832.
HSL color Cylindrical-coordinate representation of color #C8C037: hue angle of 56.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8C037 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 55 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.22 |
| HSL | 56.69º | 0.57% | 0.5% | - |
| HSV(B) | 56.69º | 0.73% | 0.78% | - |
| XYZ | 43.36 | 50.25 | 11.03 | - |
| YUV | 178.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 55 | 0 | 0.04 | 0.72 | 0.22 | 56.69 | 0.57 | 0.5 |
| Hex | C8 | C0 | 37 | 0 | 4 | 48 | 16 | 39 | 39 | 32 |
| Octal | 310 | 300 | 67 | 0 | 4 | 110 | 26 | 71 | 71 | 62 |
| Binary | 11001000 | 11000000 | 110111 | 0 | 100 | 1001000 | 10110 | 111001 | 111001 | 110010 |
Color Harmonies of #C8C037
Complementary color
Monochromatic Colors of #C8C037
Black with #C8C037
Text Example
Text Example
White with #C8C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C037; }
p { color: rgb(200,192,55); }
H1.HeaderClassName
{
color: #C8C037;
}
.AnyTagClassName
{
color: #C8C037;
}
</style>
background-color css
<style>
a { background-color: #C8C037; }
a { background-color: rgb(200,192,55); }
div.DivClassName
{
background-color: #C8C037;
}
.BgClassName
{
background-color: #C8C037;
}
</style>
border-color css
<style>
span { border-color: #C8C037; }
span { border-color: rgb(200,192,55); }
td.TdClassName
{
border-color: #C8C037;
}
.TagClassName
{
border-color: #C8C037;
}
</style>