Shades of Old Gold #C7B736
Tints of Old Gold #C7B736
RGB
CMYK
RGB Variations
Color information
#C7B736 (or 0xC7B736) is known color: Old Gold. HEX triplet: C7, B7 and 36. RGB value is (199,183,54). Sum of RGB (Red+Green+Blue) = 199+183+54=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B736 is #3848C9. Grayscale: #ADADAD. Windows color (decimal): -3688650 or 3585991. OLE color: 3585991.
HSL color Cylindrical-coordinate representation of color #C7B736: hue angle of 53.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7B736 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 54 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.22 |
| HSL | 53.38º | 0.57% | 0.5% | - |
| HSV(B) | 53.38º | 0.73% | 0.78% | - |
| XYZ | 41.15 | 46.28 | 10.25 | - |
| YUV | 173.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 54 | 0 | 0.08 | 0.73 | 0.22 | 53.38 | 0.57 | 0.5 |
| Hex | C7 | B7 | 36 | 0 | 8 | 49 | 16 | 35 | 39 | 32 |
| Octal | 307 | 267 | 66 | 0 | 10 | 111 | 26 | 65 | 71 | 62 |
| Binary | 11000111 | 10110111 | 110110 | 0 | 1000 | 1001001 | 10110 | 110101 | 111001 | 110010 |
Color Harmonies of #C7B736
Complementary color
Monochromatic Colors of #C7B736
Black with #C7B736
Text Example
Text Example
White with #C7B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B736; }
p { color: rgb(199,183,54); }
H1.HeaderClassName
{
color: #C7B736;
}
.AnyTagClassName
{
color: #C7B736;
}
</style>
background-color css
<style>
a { background-color: #C7B736; }
a { background-color: rgb(199,183,54); }
div.DivClassName
{
background-color: #C7B736;
}
.BgClassName
{
background-color: #C7B736;
}
</style>
border-color css
<style>
span { border-color: #C7B736; }
span { border-color: rgb(199,183,54); }
td.TdClassName
{
border-color: #C7B736;
}
.TagClassName
{
border-color: #C7B736;
}
</style>