Shades of Metallic Gold #D6AF34
Tints of Metallic Gold #D6AF34
RGB
CMYK
RGB Variations
Color information
#D6AF34 (or 0xD6AF34) is known color: Metallic Gold. HEX triplet: D6, AF and 34. RGB value is (214,175,52). Sum of RGB (Red+Green+Blue) = 214+175+52=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF34 is #2950CB. Grayscale: #ADADAD. Windows color (decimal): -2707660 or 3452886. OLE color: 3452886.
HSL color Cylindrical-coordinate representation of color #D6AF34: hue angle of 45.56º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6AF34 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 52 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.16 |
| HSL | 45.56º | 0.66% | 0.52% | - |
| HSV(B) | 45.56º | 0.76% | 0.84% | - |
| XYZ | 43.68 | 45.2 | 9.67 | - |
| YUV | 172.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 52 | 0 | 0.18 | 0.76 | 0.16 | 45.56 | 0.66 | 0.52 |
| Hex | D6 | AF | 34 | 0 | 12 | 4C | 10 | 2E | 42 | 34 |
| Octal | 326 | 257 | 64 | 0 | 22 | 114 | 20 | 56 | 102 | 64 |
| Binary | 11010110 | 10101111 | 110100 | 0 | 10010 | 1001100 | 10000 | 101110 | 1000010 | 110100 |
Color Harmonies of #D6AF34
Complementary color
Monochromatic Colors of #D6AF34
Black with #D6AF34
Text Example
Text Example
White with #D6AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF34; }
p { color: rgb(214,175,52); }
H1.HeaderClassName
{
color: #D6AF34;
}
.AnyTagClassName
{
color: #D6AF34;
}
</style>
background-color css
<style>
a { background-color: #D6AF34; }
a { background-color: rgb(214,175,52); }
div.DivClassName
{
background-color: #D6AF34;
}
.BgClassName
{
background-color: #D6AF34;
}
</style>
border-color css
<style>
span { border-color: #D6AF34; }
span { border-color: rgb(214,175,52); }
td.TdClassName
{
border-color: #D6AF34;
}
.TagClassName
{
border-color: #D6AF34;
}
</style>