Shades of Old Gold #C7B535
Tints of Old Gold #C7B535
RGB
CMYK
RGB Variations
Color information
#C7B535 (or 0xC7B535) is known color: Old Gold. HEX triplet: C7, B5 and 35. RGB value is (199,181,53). Sum of RGB (Red+Green+Blue) = 199+181+53=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B535 is #384ACA. Grayscale: #ACACAC. Windows color (decimal): -3689163 or 3519943. OLE color: 3519943.
HSL color Cylindrical-coordinate representation of color #C7B535: hue angle of 52.6º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7B535 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 53 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.22 |
| HSL | 52.6º | 0.58% | 0.49% | - |
| HSV(B) | 52.6º | 0.73% | 0.78% | - |
| XYZ | 40.72 | 45.45 | 9.99 | - |
| YUV | 171.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 53 | 0 | 0.09 | 0.73 | 0.22 | 52.6 | 0.58 | 0.49 |
| Hex | C7 | B5 | 35 | 0 | 9 | 49 | 16 | 35 | 3A | 31 |
| Octal | 307 | 265 | 65 | 0 | 11 | 111 | 26 | 65 | 72 | 61 |
| Binary | 11000111 | 10110101 | 110101 | 0 | 1001 | 1001001 | 10110 | 110101 | 111010 | 110001 |
Color Harmonies of #C7B535
Complementary color
Monochromatic Colors of #C7B535
Black with #C7B535
Text Example
Text Example
White with #C7B535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B535; }
p { color: rgb(199,181,53); }
H1.HeaderClassName
{
color: #C7B535;
}
.AnyTagClassName
{
color: #C7B535;
}
</style>
background-color css
<style>
a { background-color: #C7B535; }
a { background-color: rgb(199,181,53); }
div.DivClassName
{
background-color: #C7B535;
}
.BgClassName
{
background-color: #C7B535;
}
</style>
border-color css
<style>
span { border-color: #C7B535; }
span { border-color: rgb(199,181,53); }
td.TdClassName
{
border-color: #C7B535;
}
.TagClassName
{
border-color: #C7B535;
}
</style>