Shades of Old Gold #C7AF31
Tints of Old Gold #C7AF31
RGB
CMYK
RGB Variations
Color information
#C7AF31 (or 0xC7AF31) is known color: Old Gold. HEX triplet: C7, AF and 31. RGB value is (199,175,49). Sum of RGB (Red+Green+Blue) = 199+175+49=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF31 is #3850CE. Grayscale: #A8A8A8. Windows color (decimal): -3690703 or 3256263. OLE color: 3256263.
HSL color Cylindrical-coordinate representation of color #C7AF31: hue angle of 50.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7AF31 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 49 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.22 |
| HSL | 50.4º | 0.6% | 0.49% | - |
| HSV(B) | 50.4º | 0.75% | 0.78% | - |
| XYZ | 39.44 | 43.02 | 9.13 | - |
| YUV | 167.81 | 60.95 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 49 | 0 | 0.12 | 0.75 | 0.22 | 50.4 | 0.6 | 0.49 |
| Hex | C7 | AF | 31 | 0 | C | 4B | 16 | 32 | 3C | 31 |
| Octal | 307 | 257 | 61 | 0 | 14 | 113 | 26 | 62 | 74 | 61 |
| Binary | 11000111 | 10101111 | 110001 | 0 | 1100 | 1001011 | 10110 | 110010 | 111100 | 110001 |
Color Harmonies of #C7AF31
Complementary color
Monochromatic Colors of #C7AF31
Black with #C7AF31
Text Example
Text Example
White with #C7AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF31; }
p { color: rgb(199,175,49); }
H1.HeaderClassName
{
color: #C7AF31;
}
.AnyTagClassName
{
color: #C7AF31;
}
</style>
background-color css
<style>
a { background-color: #C7AF31; }
a { background-color: rgb(199,175,49); }
div.DivClassName
{
background-color: #C7AF31;
}
.BgClassName
{
background-color: #C7AF31;
}
</style>
border-color css
<style>
span { border-color: #C7AF31; }
span { border-color: rgb(199,175,49); }
td.TdClassName
{
border-color: #C7AF31;
}
.TagClassName
{
border-color: #C7AF31;
}
</style>