Shades of Metallic Gold #D6AF43
Tints of Metallic Gold #D6AF43
RGB
CMYK
RGB Variations
Color information
#D6AF43 (or 0xD6AF43) is known color: Metallic Gold. HEX triplet: D6, AF and 43. RGB value is (214,175,67). Sum of RGB (Red+Green+Blue) = 214+175+67=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF43 is #2950BC. Grayscale: #AEAEAE. Windows color (decimal): -2707645 or 4435926. OLE color: 4435926.
HSL color Cylindrical-coordinate representation of color #D6AF43: hue angle of 44.08º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6AF43 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 67 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.16 |
| HSL | 44.08º | 0.64% | 0.55% | - |
| HSV(B) | 44.08º | 0.69% | 0.84% | - |
| XYZ | 44.07 | 45.36 | 11.74 | - |
| YUV | 174.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 67 | 0 | 0.18 | 0.69 | 0.16 | 44.08 | 0.64 | 0.55 |
| Hex | D6 | AF | 43 | 0 | 12 | 45 | 10 | 2C | 40 | 37 |
| Octal | 326 | 257 | 103 | 0 | 22 | 105 | 20 | 54 | 100 | 67 |
| Binary | 11010110 | 10101111 | 1000011 | 0 | 10010 | 1000101 | 10000 | 101100 | 1000000 | 110111 |
Color Harmonies of #D6AF43
Complementary color
Monochromatic Colors of #D6AF43
Black with #D6AF43
Text Example
Text Example
White with #D6AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF43; }
p { color: rgb(214,175,67); }
H1.HeaderClassName
{
color: #D6AF43;
}
.AnyTagClassName
{
color: #D6AF43;
}
</style>
background-color css
<style>
a { background-color: #D6AF43; }
a { background-color: rgb(214,175,67); }
div.DivClassName
{
background-color: #D6AF43;
}
.BgClassName
{
background-color: #D6AF43;
}
</style>
border-color css
<style>
span { border-color: #D6AF43; }
span { border-color: rgb(214,175,67); }
td.TdClassName
{
border-color: #D6AF43;
}
.TagClassName
{
border-color: #D6AF43;
}
</style>