Shades of Old Gold #C7AD3C
Tints of Old Gold #C7AD3C
RGB
CMYK
RGB Variations
Color information
#C7AD3C (or 0xC7AD3C) is known color: Old Gold. HEX triplet: C7, AD and 3C. RGB value is (199,173,60). Sum of RGB (Red+Green+Blue) = 199+173+60=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD3C is #3852C3. Grayscale: #A8A8A8. Windows color (decimal): -3691204 or 3976647. OLE color: 3976647.
HSL color Cylindrical-coordinate representation of color #C7AD3C: hue angle of 48.78º 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 #C7AD3C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 60 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.22 |
| HSL | 48.78º | 0.55% | 0.51% | - |
| HSV(B) | 48.78º | 0.7% | 0.78% | - |
| XYZ | 39.31 | 42.36 | 10.38 | - |
| YUV | 167.89 | 67.11 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 60 | 0 | 0.13 | 0.70 | 0.22 | 48.78 | 0.55 | 0.51 |
| Hex | C7 | AD | 3C | 0 | D | 46 | 16 | 31 | 37 | 33 |
| Octal | 307 | 255 | 74 | 0 | 15 | 106 | 26 | 61 | 67 | 63 |
| Binary | 11000111 | 10101101 | 111100 | 0 | 1101 | 1000110 | 10110 | 110001 | 110111 | 110011 |
Color Harmonies of #C7AD3C
Complementary color
Monochromatic Colors of #C7AD3C
Black with #C7AD3C
Text Example
Text Example
White with #C7AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD3C; }
p { color: rgb(199,173,60); }
H1.HeaderClassName
{
color: #C7AD3C;
}
.AnyTagClassName
{
color: #C7AD3C;
}
</style>
background-color css
<style>
a { background-color: #C7AD3C; }
a { background-color: rgb(199,173,60); }
div.DivClassName
{
background-color: #C7AD3C;
}
.BgClassName
{
background-color: #C7AD3C;
}
</style>
border-color css
<style>
span { border-color: #C7AD3C; }
span { border-color: rgb(199,173,60); }
td.TdClassName
{
border-color: #C7AD3C;
}
.TagClassName
{
border-color: #C7AD3C;
}
</style>