Shades of Old Gold #C6AD40
Tints of Old Gold #C6AD40
RGB
CMYK
RGB Variations
Color information
#C6AD40 (or 0xC6AD40) is known color: Old Gold. HEX triplet: C6, AD and 40. RGB value is (198,173,64). Sum of RGB (Red+Green+Blue) = 198+173+64=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD40 is #3952BF. Grayscale: #A8A8A8. Windows color (decimal): -3756736 or 4238790. OLE color: 4238790.
HSL color Cylindrical-coordinate representation of color #C6AD40: hue angle of 48.81º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6AD40 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 64 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.22 |
| HSL | 48.81º | 0.54% | 0.51% | - |
| HSV(B) | 48.81º | 0.68% | 0.78% | - |
| XYZ | 39.16 | 42.26 | 10.94 | - |
| YUV | 168.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 64 | 0 | 0.13 | 0.68 | 0.22 | 48.81 | 0.54 | 0.51 |
| Hex | C6 | AD | 40 | 0 | D | 44 | 16 | 31 | 36 | 33 |
| Octal | 306 | 255 | 100 | 0 | 15 | 104 | 26 | 61 | 66 | 63 |
| Binary | 11000110 | 10101101 | 1000000 | 0 | 1101 | 1000100 | 10110 | 110001 | 110110 | 110011 |
Color Harmonies of #C6AD40
Complementary color
Monochromatic Colors of #C6AD40
Black with #C6AD40
Text Example
Text Example
White with #C6AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD40; }
p { color: rgb(198,173,64); }
H1.HeaderClassName
{
color: #C6AD40;
}
.AnyTagClassName
{
color: #C6AD40;
}
</style>
background-color css
<style>
a { background-color: #C6AD40; }
a { background-color: rgb(198,173,64); }
div.DivClassName
{
background-color: #C6AD40;
}
.BgClassName
{
background-color: #C6AD40;
}
</style>
border-color css
<style>
span { border-color: #C6AD40; }
span { border-color: rgb(198,173,64); }
td.TdClassName
{
border-color: #C6AD40;
}
.TagClassName
{
border-color: #C6AD40;
}
</style>