Shades of Metallic Gold #D6AD2F
Tints of Metallic Gold #D6AD2F
RGB
CMYK
RGB Variations
Color information
#D6AD2F (or 0xD6AD2F) is known color: Metallic Gold. HEX triplet: D6, AD and 2F. RGB value is (214,173,47). Sum of RGB (Red+Green+Blue) = 214+173+47=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD2F is #2952D0. Grayscale: #ABABAB. Windows color (decimal): -2708177 or 3124694. OLE color: 3124694.
HSL color Cylindrical-coordinate representation of color #D6AD2F: hue angle of 45.27º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6AD2F is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 47 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.16 |
| HSL | 45.27º | 0.67% | 0.51% | - |
| HSV(B) | 45.27º | 0.78% | 0.84% | - |
| XYZ | 43.19 | 44.39 | 8.98 | - |
| YUV | 170.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 47 | 0 | 0.19 | 0.78 | 0.16 | 45.27 | 0.67 | 0.51 |
| Hex | D6 | AD | 2F | 0 | 13 | 4E | 10 | 2D | 43 | 33 |
| Octal | 326 | 255 | 57 | 0 | 23 | 116 | 20 | 55 | 103 | 63 |
| Binary | 11010110 | 10101101 | 101111 | 0 | 10011 | 1001110 | 10000 | 101101 | 1000011 | 110011 |
Color Harmonies of #D6AD2F
Complementary color
Monochromatic Colors of #D6AD2F
Black with #D6AD2F
Text Example
Text Example
White with #D6AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD2F; }
p { color: rgb(214,173,47); }
H1.HeaderClassName
{
color: #D6AD2F;
}
.AnyTagClassName
{
color: #D6AD2F;
}
</style>
background-color css
<style>
a { background-color: #D6AD2F; }
a { background-color: rgb(214,173,47); }
div.DivClassName
{
background-color: #D6AD2F;
}
.BgClassName
{
background-color: #D6AD2F;
}
</style>
border-color css
<style>
span { border-color: #D6AD2F; }
span { border-color: rgb(214,173,47); }
td.TdClassName
{
border-color: #D6AD2F;
}
.TagClassName
{
border-color: #D6AD2F;
}
</style>