Shades of Old Gold #C7C039
Tints of Old Gold #C7C039
RGB
CMYK
RGB Variations
Color information
#C7C039 (or 0xC7C039) is known color: Old Gold. HEX triplet: C7, C0 and 39. RGB value is (199,192,57). Sum of RGB (Red+Green+Blue) = 199+192+57=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 57 (22.66% from 255 or 12.72% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C039 is #383FC6. Grayscale: #B3B3B3. Windows color (decimal): -3686343 or 3784903. OLE color: 3784903.
HSL color Cylindrical-coordinate representation of color #C7C039: hue angle of 57.04º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7C039 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 57 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.22 |
| HSL | 57.04º | 0.56% | 0.5% | - |
| HSV(B) | 57.04º | 0.71% | 0.78% | - |
| XYZ | 43.14 | 50.14 | 11.27 | - |
| YUV | 178.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 57 | 0 | 0.04 | 0.71 | 0.22 | 57.04 | 0.56 | 0.5 |
| Hex | C7 | C0 | 39 | 0 | 4 | 47 | 16 | 39 | 38 | 32 |
| Octal | 307 | 300 | 71 | 0 | 4 | 107 | 26 | 71 | 70 | 62 |
| Binary | 11000111 | 11000000 | 111001 | 0 | 100 | 1000111 | 10110 | 111001 | 111000 | 110010 |
Color Harmonies of #C7C039
Complementary color
Monochromatic Colors of #C7C039
Black with #C7C039
Text Example
Text Example
White with #C7C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C039; }
p { color: rgb(199,192,57); }
H1.HeaderClassName
{
color: #C7C039;
}
.AnyTagClassName
{
color: #C7C039;
}
</style>
background-color css
<style>
a { background-color: #C7C039; }
a { background-color: rgb(199,192,57); }
div.DivClassName
{
background-color: #C7C039;
}
.BgClassName
{
background-color: #C7C039;
}
</style>
border-color css
<style>
span { border-color: #C7C039; }
span { border-color: rgb(199,192,57); }
td.TdClassName
{
border-color: #C7C039;
}
.TagClassName
{
border-color: #C7C039;
}
</style>