Shades of Metallic Gold #D6AB2E
Tints of Metallic Gold #D6AB2E
RGB
CMYK
RGB Variations
Color information
#D6AB2E (or 0xD6AB2E) is known color: Metallic Gold. HEX triplet: D6, AB and 2E. RGB value is (214,171,46). Sum of RGB (Red+Green+Blue) = 214+171+46=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB2E is #2954D1. Grayscale: #AAAAAA. Windows color (decimal): -2708690 or 3058646. OLE color: 3058646.
HSL color Cylindrical-coordinate representation of color #D6AB2E: hue angle of 44.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6AB2E is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 46 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.16 |
| HSL | 44.64º | 0.67% | 0.51% | - |
| HSV(B) | 44.64º | 0.79% | 0.84% | - |
| XYZ | 42.79 | 43.62 | 8.75 | - |
| YUV | 169.61 | 58.25 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 46 | 0 | 0.20 | 0.79 | 0.16 | 44.64 | 0.67 | 0.51 |
| Hex | D6 | AB | 2E | 0 | 14 | 4F | 10 | 2D | 43 | 33 |
| Octal | 326 | 253 | 56 | 0 | 24 | 117 | 20 | 55 | 103 | 63 |
| Binary | 11010110 | 10101011 | 101110 | 0 | 10100 | 1001111 | 10000 | 101101 | 1000011 | 110011 |
Color Harmonies of #D6AB2E
Complementary color
Monochromatic Colors of #D6AB2E
Black with #D6AB2E
Text Example
Text Example
White with #D6AB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB2E; }
p { color: rgb(214,171,46); }
H1.HeaderClassName
{
color: #D6AB2E;
}
.AnyTagClassName
{
color: #D6AB2E;
}
</style>
background-color css
<style>
a { background-color: #D6AB2E; }
a { background-color: rgb(214,171,46); }
div.DivClassName
{
background-color: #D6AB2E;
}
.BgClassName
{
background-color: #D6AB2E;
}
</style>
border-color css
<style>
span { border-color: #D6AB2E; }
span { border-color: rgb(214,171,46); }
td.TdClassName
{
border-color: #D6AB2E;
}
.TagClassName
{
border-color: #D6AB2E;
}
</style>