Shades of Old Gold #C6AD3F
Tints of Old Gold #C6AD3F
RGB
CMYK
RGB Variations
Color information
#C6AD3F (or 0xC6AD3F) is known color: Old Gold. HEX triplet: C6, AD and 3F. RGB value is (198,173,63). Sum of RGB (Red+Green+Blue) = 198+173+63=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD3F is #3952C0. Grayscale: #A8A8A8. Windows color (decimal): -3756737 or 4173254. OLE color: 4173254.
HSL color Cylindrical-coordinate representation of color #C6AD3F: hue angle of 48.89º 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 #C6AD3F is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 63 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.22 |
| HSL | 48.89º | 0.54% | 0.51% | - |
| HSV(B) | 48.89º | 0.68% | 0.78% | - |
| XYZ | 39.13 | 42.25 | 10.8 | - |
| YUV | 167.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 63 | 0 | 0.13 | 0.68 | 0.22 | 48.89 | 0.54 | 0.51 |
| Hex | C6 | AD | 3F | 0 | D | 44 | 16 | 31 | 36 | 33 |
| Octal | 306 | 255 | 77 | 0 | 15 | 104 | 26 | 61 | 66 | 63 |
| Binary | 11000110 | 10101101 | 111111 | 0 | 1101 | 1000100 | 10110 | 110001 | 110110 | 110011 |
Color Harmonies of #C6AD3F
Complementary color
Monochromatic Colors of #C6AD3F
Black with #C6AD3F
Text Example
Text Example
White with #C6AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD3F; }
p { color: rgb(198,173,63); }
H1.HeaderClassName
{
color: #C6AD3F;
}
.AnyTagClassName
{
color: #C6AD3F;
}
</style>
background-color css
<style>
a { background-color: #C6AD3F; }
a { background-color: rgb(198,173,63); }
div.DivClassName
{
background-color: #C6AD3F;
}
.BgClassName
{
background-color: #C6AD3F;
}
</style>
border-color css
<style>
span { border-color: #C6AD3F; }
span { border-color: rgb(198,173,63); }
td.TdClassName
{
border-color: #C6AD3F;
}
.TagClassName
{
border-color: #C6AD3F;
}
</style>