Shades of Old Gold #C7B540
Tints of Old Gold #C7B540
RGB
CMYK
RGB Variations
Color information
#C7B540 (or 0xC7B540) is known color: Old Gold. HEX triplet: C7, B5 and 40. RGB value is (199,181,64). Sum of RGB (Red+Green+Blue) = 199+181+64=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B540 is #384ABF. Grayscale: #ADADAD. Windows color (decimal): -3689152 or 4240839. OLE color: 4240839.
HSL color Cylindrical-coordinate representation of color #C7B540: hue angle of 52º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7B540 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 64 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.22 |
| HSL | 52º | 0.55% | 0.52% | - |
| HSV(B) | 52º | 0.68% | 0.78% | - |
| XYZ | 41 | 45.56 | 11.48 | - |
| YUV | 173.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 64 | 0 | 0.09 | 0.68 | 0.22 | 52 | 0.55 | 0.52 |
| Hex | C7 | B5 | 40 | 0 | 9 | 44 | 16 | 34 | 37 | 34 |
| Octal | 307 | 265 | 100 | 0 | 11 | 104 | 26 | 64 | 67 | 64 |
| Binary | 11000111 | 10110101 | 1000000 | 0 | 1001 | 1000100 | 10110 | 110100 | 110111 | 110100 |
Color Harmonies of #C7B540
Complementary color
Monochromatic Colors of #C7B540
Black with #C7B540
Text Example
Text Example
White with #C7B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B540; }
p { color: rgb(199,181,64); }
H1.HeaderClassName
{
color: #C7B540;
}
.AnyTagClassName
{
color: #C7B540;
}
</style>
background-color css
<style>
a { background-color: #C7B540; }
a { background-color: rgb(199,181,64); }
div.DivClassName
{
background-color: #C7B540;
}
.BgClassName
{
background-color: #C7B540;
}
</style>
border-color css
<style>
span { border-color: #C7B540; }
span { border-color: rgb(199,181,64); }
td.TdClassName
{
border-color: #C7B540;
}
.TagClassName
{
border-color: #C7B540;
}
</style>