Shades of Metallic Gold #D6A93E
Tints of Metallic Gold #D6A93E
RGB
CMYK
RGB Variations
Color information
#D6A93E (or 0xD6A93E) is known color: Metallic Gold. HEX triplet: D6, A9 and 3E. RGB value is (214,169,62). Sum of RGB (Red+Green+Blue) = 214+169+62=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A93E is #2956C1. Grayscale: #AAAAAA. Windows color (decimal): -2709186 or 4106710. OLE color: 4106710.
HSL color Cylindrical-coordinate representation of color #D6A93E: hue angle of 42.24º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6A93E is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 169 | 62 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.16 |
| HSL | 42.24º | 0.65% | 0.54% | - |
| HSV(B) | 42.24º | 0.71% | 0.84% | - |
| XYZ | 42.79 | 43.02 | 10.61 | - |
| YUV | 170.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 169 | 62 | 0 | 0.21 | 0.71 | 0.16 | 42.24 | 0.65 | 0.54 |
| Hex | D6 | A9 | 3E | 0 | 15 | 47 | 10 | 2A | 41 | 36 |
| Octal | 326 | 251 | 76 | 0 | 25 | 107 | 20 | 52 | 101 | 66 |
| Binary | 11010110 | 10101001 | 111110 | 0 | 10101 | 1000111 | 10000 | 101010 | 1000001 | 110110 |
Color Harmonies of #D6A93E
Complementary color
Monochromatic Colors of #D6A93E
Black with #D6A93E
Text Example
Text Example
White with #D6A93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A93E; }
p { color: rgb(214,169,62); }
H1.HeaderClassName
{
color: #D6A93E;
}
.AnyTagClassName
{
color: #D6A93E;
}
</style>
background-color css
<style>
a { background-color: #D6A93E; }
a { background-color: rgb(214,169,62); }
div.DivClassName
{
background-color: #D6A93E;
}
.BgClassName
{
background-color: #D6A93E;
}
</style>
border-color css
<style>
span { border-color: #D6A93E; }
span { border-color: rgb(214,169,62); }
td.TdClassName
{
border-color: #D6A93E;
}
.TagClassName
{
border-color: #D6A93E;
}
</style>