Shades of Old Gold #C7B63C
Tints of Old Gold #C7B63C
RGB
CMYK
RGB Variations
Color information
#C7B63C (or 0xC7B63C) is known color: Old Gold. HEX triplet: C7, B6 and 3C. RGB value is (199,182,60). Sum of RGB (Red+Green+Blue) = 199+182+60=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B63C is #3849C3. Grayscale: #ADADAD. Windows color (decimal): -3688900 or 3978951. OLE color: 3978951.
HSL color Cylindrical-coordinate representation of color #C7B63C: hue angle of 52.66º 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 #C7B63C is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 60 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.22 |
| HSL | 52.66º | 0.55% | 0.51% | - |
| HSV(B) | 52.66º | 0.7% | 0.78% | - |
| XYZ | 41.1 | 45.92 | 10.97 | - |
| YUV | 173.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 60 | 0 | 0.09 | 0.70 | 0.22 | 52.66 | 0.55 | 0.51 |
| Hex | C7 | B6 | 3C | 0 | 9 | 46 | 16 | 35 | 37 | 33 |
| Octal | 307 | 266 | 74 | 0 | 11 | 106 | 26 | 65 | 67 | 63 |
| Binary | 11000111 | 10110110 | 111100 | 0 | 1001 | 1000110 | 10110 | 110101 | 110111 | 110011 |
Color Harmonies of #C7B63C
Complementary color
Monochromatic Colors of #C7B63C
Black with #C7B63C
Text Example
Text Example
White with #C7B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B63C; }
p { color: rgb(199,182,60); }
H1.HeaderClassName
{
color: #C7B63C;
}
.AnyTagClassName
{
color: #C7B63C;
}
</style>
background-color css
<style>
a { background-color: #C7B63C; }
a { background-color: rgb(199,182,60); }
div.DivClassName
{
background-color: #C7B63C;
}
.BgClassName
{
background-color: #C7B63C;
}
</style>
border-color css
<style>
span { border-color: #C7B63C; }
span { border-color: rgb(199,182,60); }
td.TdClassName
{
border-color: #C7B63C;
}
.TagClassName
{
border-color: #C7B63C;
}
</style>