Shades of Metallic Gold #D6A637
Tints of Metallic Gold #D6A637
RGB
CMYK
RGB Variations
Color information
#D6A637 (or 0xD6A637) is known color: Metallic Gold. HEX triplet: D6, A6 and 37. RGB value is (214,166,55). Sum of RGB (Red+Green+Blue) = 214+166+55=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A637 is #2959C8. Grayscale: #A8A8A8. Windows color (decimal): -2709961 or 3647190. OLE color: 3647190.
HSL color Cylindrical-coordinate representation of color #D6A637: hue angle of 41.89º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6A637 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 55 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.16 |
| HSL | 41.89º | 0.66% | 0.53% | - |
| HSV(B) | 41.89º | 0.74% | 0.84% | - |
| XYZ | 42.06 | 41.84 | 9.47 | - |
| YUV | 167.7 | 64.4 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 55 | 0 | 0.22 | 0.74 | 0.16 | 41.89 | 0.66 | 0.53 |
| Hex | D6 | A6 | 37 | 0 | 16 | 4A | 10 | 2A | 42 | 35 |
| Octal | 326 | 246 | 67 | 0 | 26 | 112 | 20 | 52 | 102 | 65 |
| Binary | 11010110 | 10100110 | 110111 | 0 | 10110 | 1001010 | 10000 | 101010 | 1000010 | 110101 |
Color Harmonies of #D6A637
Complementary color
Monochromatic Colors of #D6A637
Black with #D6A637
Text Example
Text Example
White with #D6A637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A637; }
p { color: rgb(214,166,55); }
H1.HeaderClassName
{
color: #D6A637;
}
.AnyTagClassName
{
color: #D6A637;
}
</style>
background-color css
<style>
a { background-color: #D6A637; }
a { background-color: rgb(214,166,55); }
div.DivClassName
{
background-color: #D6A637;
}
.BgClassName
{
background-color: #D6A637;
}
</style>
border-color css
<style>
span { border-color: #D6A637; }
span { border-color: rgb(214,166,55); }
td.TdClassName
{
border-color: #D6A637;
}
.TagClassName
{
border-color: #D6A637;
}
</style>