Shades of Metallic Gold #D6A831
Tints of Metallic Gold #D6A831
RGB
CMYK
RGB Variations
Color information
#D6A831 (or 0xD6A831) is known color: Metallic Gold. HEX triplet: D6, A8 and 31. RGB value is (214,168,49). Sum of RGB (Red+Green+Blue) = 214+168+49=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A831 is #2957CE. Grayscale: #A8A8A8. Windows color (decimal): -2709455 or 3254486. OLE color: 3254486.
HSL color Cylindrical-coordinate representation of color #D6A831: hue angle of 43.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6A831 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 49 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.16 |
| HSL | 43.27º | 0.67% | 0.52% | - |
| HSV(B) | 43.27º | 0.77% | 0.84% | - |
| XYZ | 42.29 | 42.52 | 8.88 | - |
| YUV | 168.19 | 60.74 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 49 | 0 | 0.21 | 0.77 | 0.16 | 43.27 | 0.67 | 0.52 |
| Hex | D6 | A8 | 31 | 0 | 15 | 4D | 10 | 2B | 43 | 34 |
| Octal | 326 | 250 | 61 | 0 | 25 | 115 | 20 | 53 | 103 | 64 |
| Binary | 11010110 | 10101000 | 110001 | 0 | 10101 | 1001101 | 10000 | 101011 | 1000011 | 110100 |
Color Harmonies of #D6A831
Complementary color
Monochromatic Colors of #D6A831
Black with #D6A831
Text Example
Text Example
White with #D6A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A831; }
p { color: rgb(214,168,49); }
H1.HeaderClassName
{
color: #D6A831;
}
.AnyTagClassName
{
color: #D6A831;
}
</style>
background-color css
<style>
a { background-color: #D6A831; }
a { background-color: rgb(214,168,49); }
div.DivClassName
{
background-color: #D6A831;
}
.BgClassName
{
background-color: #D6A831;
}
</style>
border-color css
<style>
span { border-color: #D6A831; }
span { border-color: rgb(214,168,49); }
td.TdClassName
{
border-color: #D6A831;
}
.TagClassName
{
border-color: #D6A831;
}
</style>