Shades of Old Gold #C7B73A
Tints of Old Gold #C7B73A
RGB
CMYK
RGB Variations
Color information
#C7B73A (or 0xC7B73A) is known color: Old Gold. HEX triplet: C7, B7 and 3A. RGB value is (199,183,58). Sum of RGB (Red+Green+Blue) = 199+183+58=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B73A is #3848C5. Grayscale: #AEAEAE. Windows color (decimal): -3688646 or 3848135. OLE color: 3848135.
HSL color Cylindrical-coordinate representation of color #C7B73A: hue angle of 53.19º 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 #C7B73A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 58 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.22 |
| HSL | 53.19º | 0.56% | 0.5% | - |
| HSV(B) | 53.19º | 0.71% | 0.78% | - |
| XYZ | 41.25 | 46.31 | 10.77 | - |
| YUV | 173.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 58 | 0 | 0.08 | 0.71 | 0.22 | 53.19 | 0.56 | 0.5 |
| Hex | C7 | B7 | 3A | 0 | 8 | 47 | 16 | 35 | 38 | 32 |
| Octal | 307 | 267 | 72 | 0 | 10 | 107 | 26 | 65 | 70 | 62 |
| Binary | 11000111 | 10110111 | 111010 | 0 | 1000 | 1000111 | 10110 | 110101 | 111000 | 110010 |
Color Harmonies of #C7B73A
Complementary color
Monochromatic Colors of #C7B73A
Black with #C7B73A
Text Example
Text Example
White with #C7B73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B73A; }
p { color: rgb(199,183,58); }
H1.HeaderClassName
{
color: #C7B73A;
}
.AnyTagClassName
{
color: #C7B73A;
}
</style>
background-color css
<style>
a { background-color: #C7B73A; }
a { background-color: rgb(199,183,58); }
div.DivClassName
{
background-color: #C7B73A;
}
.BgClassName
{
background-color: #C7B73A;
}
</style>
border-color css
<style>
span { border-color: #C7B73A; }
span { border-color: rgb(199,183,58); }
td.TdClassName
{
border-color: #C7B73A;
}
.TagClassName
{
border-color: #C7B73A;
}
</style>