Shades of Old Gold #C7B839
Tints of Old Gold #C7B839
RGB
CMYK
RGB Variations
Color information
#C7B839 (or 0xC7B839) is known color: Old Gold. HEX triplet: C7, B8 and 39. RGB value is (199,184,57). Sum of RGB (Red+Green+Blue) = 199+184+57=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B839 is #3847C6. Grayscale: #AEAEAE. Windows color (decimal): -3688391 or 3782855. OLE color: 3782855.
HSL color Cylindrical-coordinate representation of color #C7B839: hue angle of 53.66º 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 #C7B839 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 57 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.22 |
| HSL | 53.66º | 0.56% | 0.5% | - |
| HSV(B) | 53.66º | 0.71% | 0.78% | - |
| XYZ | 41.43 | 46.72 | 10.7 | - |
| YUV | 174.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 57 | 0 | 0.08 | 0.71 | 0.22 | 53.66 | 0.56 | 0.5 |
| Hex | C7 | B8 | 39 | 0 | 8 | 47 | 16 | 36 | 38 | 32 |
| Octal | 307 | 270 | 71 | 0 | 10 | 107 | 26 | 66 | 70 | 62 |
| Binary | 11000111 | 10111000 | 111001 | 0 | 1000 | 1000111 | 10110 | 110110 | 111000 | 110010 |
Color Harmonies of #C7B839
Complementary color
Monochromatic Colors of #C7B839
Black with #C7B839
Text Example
Text Example
White with #C7B839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B839; }
p { color: rgb(199,184,57); }
H1.HeaderClassName
{
color: #C7B839;
}
.AnyTagClassName
{
color: #C7B839;
}
</style>
background-color css
<style>
a { background-color: #C7B839; }
a { background-color: rgb(199,184,57); }
div.DivClassName
{
background-color: #C7B839;
}
.BgClassName
{
background-color: #C7B839;
}
</style>
border-color css
<style>
span { border-color: #C7B839; }
span { border-color: rgb(199,184,57); }
td.TdClassName
{
border-color: #C7B839;
}
.TagClassName
{
border-color: #C7B839;
}
</style>