Shades of Metallic Gold #D6AD2E
Tints of Metallic Gold #D6AD2E
RGB
CMYK
RGB Variations
Color information
#D6AD2E (or 0xD6AD2E) is known color: Metallic Gold. HEX triplet: D6, AD and 2E. RGB value is (214,173,46). Sum of RGB (Red+Green+Blue) = 214+173+46=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD2E is #2952D1. Grayscale: #ABABAB. Windows color (decimal): -2708178 or 3059158. OLE color: 3059158.
HSL color Cylindrical-coordinate representation of color #D6AD2E: hue angle of 45.36º 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 #D6AD2E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 46 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.16 |
| HSL | 45.36º | 0.67% | 0.51% | - |
| HSV(B) | 45.36º | 0.79% | 0.84% | - |
| XYZ | 43.17 | 44.38 | 8.88 | - |
| YUV | 170.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 46 | 0 | 0.19 | 0.79 | 0.16 | 45.36 | 0.67 | 0.51 |
| Hex | D6 | AD | 2E | 0 | 13 | 4F | 10 | 2D | 43 | 33 |
| Octal | 326 | 255 | 56 | 0 | 23 | 117 | 20 | 55 | 103 | 63 |
| Binary | 11010110 | 10101101 | 101110 | 0 | 10011 | 1001111 | 10000 | 101101 | 1000011 | 110011 |
Color Harmonies of #D6AD2E
Complementary color
Monochromatic Colors of #D6AD2E
Black with #D6AD2E
Text Example
Text Example
White with #D6AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD2E; }
p { color: rgb(214,173,46); }
H1.HeaderClassName
{
color: #D6AD2E;
}
.AnyTagClassName
{
color: #D6AD2E;
}
</style>
background-color css
<style>
a { background-color: #D6AD2E; }
a { background-color: rgb(214,173,46); }
div.DivClassName
{
background-color: #D6AD2E;
}
.BgClassName
{
background-color: #D6AD2E;
}
</style>
border-color css
<style>
span { border-color: #D6AD2E; }
span { border-color: rgb(214,173,46); }
td.TdClassName
{
border-color: #D6AD2E;
}
.TagClassName
{
border-color: #D6AD2E;
}
</style>