Shades of Old Gold #C7B73B
Tints of Old Gold #C7B73B
RGB
CMYK
RGB Variations
Color information
#C7B73B (or 0xC7B73B) is known color: Old Gold. HEX triplet: C7, B7 and 3B. RGB value is (199,183,59). Sum of RGB (Red+Green+Blue) = 199+183+59=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B73B is #3848C4. Grayscale: #AEAEAE. Windows color (decimal): -3688645 or 3913671. OLE color: 3913671.
HSL color Cylindrical-coordinate representation of color #C7B73B: hue angle of 53.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7B73B is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 59 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.22 |
| HSL | 53.14º | 0.56% | 0.51% | - |
| HSV(B) | 53.14º | 0.7% | 0.78% | - |
| XYZ | 41.28 | 46.32 | 10.9 | - |
| YUV | 173.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 59 | 0 | 0.08 | 0.70 | 0.22 | 53.14 | 0.56 | 0.51 |
| Hex | C7 | B7 | 3B | 0 | 8 | 46 | 16 | 35 | 38 | 33 |
| Octal | 307 | 267 | 73 | 0 | 10 | 106 | 26 | 65 | 70 | 63 |
| Binary | 11000111 | 10110111 | 111011 | 0 | 1000 | 1000110 | 10110 | 110101 | 111000 | 110011 |
Color Harmonies of #C7B73B
Complementary color
Monochromatic Colors of #C7B73B
Black with #C7B73B
Text Example
Text Example
White with #C7B73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B73B; }
p { color: rgb(199,183,59); }
H1.HeaderClassName
{
color: #C7B73B;
}
.AnyTagClassName
{
color: #C7B73B;
}
</style>
background-color css
<style>
a { background-color: #C7B73B; }
a { background-color: rgb(199,183,59); }
div.DivClassName
{
background-color: #C7B73B;
}
.BgClassName
{
background-color: #C7B73B;
}
</style>
border-color css
<style>
span { border-color: #C7B73B; }
span { border-color: rgb(199,183,59); }
td.TdClassName
{
border-color: #C7B73B;
}
.TagClassName
{
border-color: #C7B73B;
}
</style>