Shades of Old Gold #C7B035
Tints of Old Gold #C7B035
RGB
CMYK
RGB Variations
Color information
#C7B035 (or 0xC7B035) is known color: Old Gold. HEX triplet: C7, B0 and 35. RGB value is (199,176,53). Sum of RGB (Red+Green+Blue) = 199+176+53=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B035 is #384FCA. Grayscale: #A9A9A9. Windows color (decimal): -3690443 or 3518663. OLE color: 3518663.
HSL color Cylindrical-coordinate representation of color #C7B035: hue angle of 50.55º 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 #C7B035 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 53 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.22 |
| HSL | 50.55º | 0.58% | 0.49% | - |
| HSV(B) | 50.55º | 0.73% | 0.78% | - |
| XYZ | 39.72 | 43.45 | 9.66 | - |
| YUV | 168.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 53 | 0 | 0.12 | 0.73 | 0.22 | 50.55 | 0.58 | 0.49 |
| Hex | C7 | B0 | 35 | 0 | C | 49 | 16 | 33 | 3A | 31 |
| Octal | 307 | 260 | 65 | 0 | 14 | 111 | 26 | 63 | 72 | 61 |
| Binary | 11000111 | 10110000 | 110101 | 0 | 1100 | 1001001 | 10110 | 110011 | 111010 | 110001 |
Color Harmonies of #C7B035
Complementary color
Monochromatic Colors of #C7B035
Black with #C7B035
Text Example
Text Example
White with #C7B035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B035; }
p { color: rgb(199,176,53); }
H1.HeaderClassName
{
color: #C7B035;
}
.AnyTagClassName
{
color: #C7B035;
}
</style>
background-color css
<style>
a { background-color: #C7B035; }
a { background-color: rgb(199,176,53); }
div.DivClassName
{
background-color: #C7B035;
}
.BgClassName
{
background-color: #C7B035;
}
</style>
border-color css
<style>
span { border-color: #C7B035; }
span { border-color: rgb(199,176,53); }
td.TdClassName
{
border-color: #C7B035;
}
.TagClassName
{
border-color: #C7B035;
}
</style>