Shades of Metallic Gold #D6A639
Tints of Metallic Gold #D6A639
RGB
CMYK
RGB Variations
Color information
#D6A639 (or 0xD6A639) is known color: Metallic Gold. HEX triplet: D6, A6 and 39. RGB value is (214,166,57). Sum of RGB (Red+Green+Blue) = 214+166+57=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A639 is #2959C6. Grayscale: #A8A8A8. Windows color (decimal): -2709959 or 3778262. OLE color: 3778262.
HSL color Cylindrical-coordinate representation of color #D6A639: hue angle of 41.66º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6A639 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 57 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.16 |
| HSL | 41.66º | 0.66% | 0.53% | - |
| HSV(B) | 41.66º | 0.73% | 0.84% | - |
| XYZ | 42.11 | 41.86 | 9.73 | - |
| YUV | 167.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 57 | 0 | 0.22 | 0.73 | 0.16 | 41.66 | 0.66 | 0.53 |
| Hex | D6 | A6 | 39 | 0 | 16 | 49 | 10 | 2A | 42 | 35 |
| Octal | 326 | 246 | 71 | 0 | 26 | 111 | 20 | 52 | 102 | 65 |
| Binary | 11010110 | 10100110 | 111001 | 0 | 10110 | 1001001 | 10000 | 101010 | 1000010 | 110101 |
Color Harmonies of #D6A639
Complementary color
Monochromatic Colors of #D6A639
Black with #D6A639
Text Example
Text Example
White with #D6A639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A639; }
p { color: rgb(214,166,57); }
H1.HeaderClassName
{
color: #D6A639;
}
.AnyTagClassName
{
color: #D6A639;
}
</style>
background-color css
<style>
a { background-color: #D6A639; }
a { background-color: rgb(214,166,57); }
div.DivClassName
{
background-color: #D6A639;
}
.BgClassName
{
background-color: #D6A639;
}
</style>
border-color css
<style>
span { border-color: #D6A639; }
span { border-color: rgb(214,166,57); }
td.TdClassName
{
border-color: #D6A639;
}
.TagClassName
{
border-color: #D6A639;
}
</style>