Shades of Old Gold #C7AD3A
Tints of Old Gold #C7AD3A
RGB
CMYK
RGB Variations
Color information
#C7AD3A (or 0xC7AD3A) is known color: Old Gold. HEX triplet: C7, AD and 3A. RGB value is (199,173,58). Sum of RGB (Red+Green+Blue) = 199+173+58=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD3A is #3852C5. Grayscale: #A8A8A8. Windows color (decimal): -3691206 or 3845575. OLE color: 3845575.
HSL color Cylindrical-coordinate representation of color #C7AD3A: hue angle of 48.94º 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 #C7AD3A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 58 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.22 |
| HSL | 48.94º | 0.56% | 0.5% | - |
| HSV(B) | 48.94º | 0.71% | 0.78% | - |
| XYZ | 39.26 | 42.33 | 10.11 | - |
| YUV | 167.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 58 | 0 | 0.13 | 0.71 | 0.22 | 48.94 | 0.56 | 0.5 |
| Hex | C7 | AD | 3A | 0 | D | 47 | 16 | 31 | 38 | 32 |
| Octal | 307 | 255 | 72 | 0 | 15 | 107 | 26 | 61 | 70 | 62 |
| Binary | 11000111 | 10101101 | 111010 | 0 | 1101 | 1000111 | 10110 | 110001 | 111000 | 110010 |
Color Harmonies of #C7AD3A
Complementary color
Monochromatic Colors of #C7AD3A
Black with #C7AD3A
Text Example
Text Example
White with #C7AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD3A; }
p { color: rgb(199,173,58); }
H1.HeaderClassName
{
color: #C7AD3A;
}
.AnyTagClassName
{
color: #C7AD3A;
}
</style>
background-color css
<style>
a { background-color: #C7AD3A; }
a { background-color: rgb(199,173,58); }
div.DivClassName
{
background-color: #C7AD3A;
}
.BgClassName
{
background-color: #C7AD3A;
}
</style>
border-color css
<style>
span { border-color: #C7AD3A; }
span { border-color: rgb(199,173,58); }
td.TdClassName
{
border-color: #C7AD3A;
}
.TagClassName
{
border-color: #C7AD3A;
}
</style>