Shades of Metallic Gold #D6AF2D
Tints of Metallic Gold #D6AF2D
RGB
CMYK
RGB Variations
Color information
#D6AF2D (or 0xD6AF2D) is known color: Metallic Gold. HEX triplet: D6, AF and 2D. RGB value is (214,175,45). Sum of RGB (Red+Green+Blue) = 214+175+45=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF2D is #2950D2. Grayscale: #ACACAC. Windows color (decimal): -2707667 or 2994134. OLE color: 2994134.
HSL color Cylindrical-coordinate representation of color #D6AF2D: hue angle of 46.15º 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 #D6AF2D is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 45 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.16 |
| HSL | 46.15º | 0.67% | 0.51% | - |
| HSV(B) | 46.15º | 0.79% | 0.84% | - |
| XYZ | 43.54 | 45.15 | 8.9 | - |
| YUV | 171.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 45 | 0 | 0.18 | 0.79 | 0.16 | 46.15 | 0.67 | 0.51 |
| Hex | D6 | AF | 2D | 0 | 12 | 4F | 10 | 2E | 43 | 33 |
| Octal | 326 | 257 | 55 | 0 | 22 | 117 | 20 | 56 | 103 | 63 |
| Binary | 11010110 | 10101111 | 101101 | 0 | 10010 | 1001111 | 10000 | 101110 | 1000011 | 110011 |
Color Harmonies of #D6AF2D
Complementary color
Monochromatic Colors of #D6AF2D
Black with #D6AF2D
Text Example
Text Example
White with #D6AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF2D; }
p { color: rgb(214,175,45); }
H1.HeaderClassName
{
color: #D6AF2D;
}
.AnyTagClassName
{
color: #D6AF2D;
}
</style>
background-color css
<style>
a { background-color: #D6AF2D; }
a { background-color: rgb(214,175,45); }
div.DivClassName
{
background-color: #D6AF2D;
}
.BgClassName
{
background-color: #D6AF2D;
}
</style>
border-color css
<style>
span { border-color: #D6AF2D; }
span { border-color: rgb(214,175,45); }
td.TdClassName
{
border-color: #D6AF2D;
}
.TagClassName
{
border-color: #D6AF2D;
}
</style>