Shades of Old Gold #C7B73C
Tints of Old Gold #C7B73C
RGB
CMYK
RGB Variations
Color information
#C7B73C (or 0xC7B73C) is known color: Old Gold. HEX triplet: C7, B7 and 3C. RGB value is (199,183,60). Sum of RGB (Red+Green+Blue) = 199+183+60=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B73C is #3848C3. Grayscale: #AEAEAE. Windows color (decimal): -3688644 or 3979207. OLE color: 3979207.
HSL color Cylindrical-coordinate representation of color #C7B73C: hue angle of 53.09º degrees, saturation: 0.55, 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 #C7B73C is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 60 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.22 |
| HSL | 53.09º | 0.55% | 0.51% | - |
| HSV(B) | 53.09º | 0.7% | 0.78% | - |
| XYZ | 41.3 | 46.34 | 11.04 | - |
| YUV | 173.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 60 | 0 | 0.08 | 0.70 | 0.22 | 53.09 | 0.55 | 0.51 |
| Hex | C7 | B7 | 3C | 0 | 8 | 46 | 16 | 35 | 37 | 33 |
| Octal | 307 | 267 | 74 | 0 | 10 | 106 | 26 | 65 | 67 | 63 |
| Binary | 11000111 | 10110111 | 111100 | 0 | 1000 | 1000110 | 10110 | 110101 | 110111 | 110011 |
Color Harmonies of #C7B73C
Complementary color
Monochromatic Colors of #C7B73C
Black with #C7B73C
Text Example
Text Example
White with #C7B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B73C; }
p { color: rgb(199,183,60); }
H1.HeaderClassName
{
color: #C7B73C;
}
.AnyTagClassName
{
color: #C7B73C;
}
</style>
background-color css
<style>
a { background-color: #C7B73C; }
a { background-color: rgb(199,183,60); }
div.DivClassName
{
background-color: #C7B73C;
}
.BgClassName
{
background-color: #C7B73C;
}
</style>
border-color css
<style>
span { border-color: #C7B73C; }
span { border-color: rgb(199,183,60); }
td.TdClassName
{
border-color: #C7B73C;
}
.TagClassName
{
border-color: #C7B73C;
}
</style>