Shades of Metallic Gold #D6AF40
Tints of Metallic Gold #D6AF40
RGB
CMYK
RGB Variations
Color information
#D6AF40 (or 0xD6AF40) is known color: Metallic Gold. HEX triplet: D6, AF and 40. RGB value is (214,175,64). Sum of RGB (Red+Green+Blue) = 214+175+64=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF40 is #2950BF. Grayscale: #AEAEAE. Windows color (decimal): -2707648 or 4239318. OLE color: 4239318.
HSL color Cylindrical-coordinate representation of color #D6AF40: hue angle of 44.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6AF40 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 64 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.16 |
| HSL | 44.4º | 0.65% | 0.55% | - |
| HSV(B) | 44.4º | 0.7% | 0.84% | - |
| XYZ | 43.99 | 45.33 | 11.28 | - |
| YUV | 174.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 64 | 0 | 0.18 | 0.70 | 0.16 | 44.4 | 0.65 | 0.55 |
| Hex | D6 | AF | 40 | 0 | 12 | 46 | 10 | 2C | 41 | 37 |
| Octal | 326 | 257 | 100 | 0 | 22 | 106 | 20 | 54 | 101 | 67 |
| Binary | 11010110 | 10101111 | 1000000 | 0 | 10010 | 1000110 | 10000 | 101100 | 1000001 | 110111 |
Color Harmonies of #D6AF40
Complementary color
Monochromatic Colors of #D6AF40
Black with #D6AF40
Text Example
Text Example
White with #D6AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF40; }
p { color: rgb(214,175,64); }
H1.HeaderClassName
{
color: #D6AF40;
}
.AnyTagClassName
{
color: #D6AF40;
}
</style>
background-color css
<style>
a { background-color: #D6AF40; }
a { background-color: rgb(214,175,64); }
div.DivClassName
{
background-color: #D6AF40;
}
.BgClassName
{
background-color: #D6AF40;
}
</style>
border-color css
<style>
span { border-color: #D6AF40; }
span { border-color: rgb(214,175,64); }
td.TdClassName
{
border-color: #D6AF40;
}
.TagClassName
{
border-color: #D6AF40;
}
</style>