Shades of Metallic Gold #D6A039
Tints of Metallic Gold #D6A039
RGB
CMYK
RGB Variations
Color information
#D6A039 (or 0xD6A039) is known color: Metallic Gold. HEX triplet: D6, A0 and 39. RGB value is (214,160,57). Sum of RGB (Red+Green+Blue) = 214+160+57=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A039 is #295FC6. Grayscale: #A4A4A4. Windows color (decimal): -2711495 or 3776726. OLE color: 3776726.
HSL color Cylindrical-coordinate representation of color #D6A039: hue angle of 39.36º 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 #D6A039 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 57 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.16 |
| HSL | 39.36º | 0.66% | 0.53% | - |
| HSV(B) | 39.36º | 0.73% | 0.84% | - |
| XYZ | 41.04 | 39.73 | 9.38 | - |
| YUV | 164.4 | 67.39 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 57 | 0 | 0.25 | 0.73 | 0.16 | 39.36 | 0.66 | 0.53 |
| Hex | D6 | A0 | 39 | 0 | 19 | 49 | 10 | 27 | 42 | 35 |
| Octal | 326 | 240 | 71 | 0 | 31 | 111 | 20 | 47 | 102 | 65 |
| Binary | 11010110 | 10100000 | 111001 | 0 | 11001 | 1001001 | 10000 | 100111 | 1000010 | 110101 |
Color Harmonies of #D6A039
Complementary color
Monochromatic Colors of #D6A039
Black with #D6A039
Text Example
Text Example
White with #D6A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A039; }
p { color: rgb(214,160,57); }
H1.HeaderClassName
{
color: #D6A039;
}
.AnyTagClassName
{
color: #D6A039;
}
</style>
background-color css
<style>
a { background-color: #D6A039; }
a { background-color: rgb(214,160,57); }
div.DivClassName
{
background-color: #D6A039;
}
.BgClassName
{
background-color: #D6A039;
}
</style>
border-color css
<style>
span { border-color: #D6A039; }
span { border-color: rgb(214,160,57); }
td.TdClassName
{
border-color: #D6A039;
}
.TagClassName
{
border-color: #D6A039;
}
</style>