Shades of Metallic Gold #D8AF41
Tints of Metallic Gold #D8AF41
RGB
CMYK
RGB Variations
Color information
#D8AF41 (or 0xD8AF41) is known color: Metallic Gold. HEX triplet: D8, AF and 41. RGB value is (216,175,65). Sum of RGB (Red+Green+Blue) = 216+175+65=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF41 is #2750BE. Grayscale: #AFAFAF. Windows color (decimal): -2576575 or 4304856. OLE color: 4304856.
HSL color Cylindrical-coordinate representation of color #D8AF41: hue angle of 43.71º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8AF41 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 65 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.15 |
| HSL | 43.71º | 0.66% | 0.55% | - |
| HSV(B) | 43.71º | 0.7% | 0.85% | - |
| XYZ | 44.6 | 45.64 | 11.46 | - |
| YUV | 174.72 | 66.08 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 65 | 0 | 0.19 | 0.70 | 0.15 | 43.71 | 0.66 | 0.55 |
| Hex | D8 | AF | 41 | 0 | 13 | 46 | F | 2C | 42 | 37 |
| Octal | 330 | 257 | 101 | 0 | 23 | 106 | 17 | 54 | 102 | 67 |
| Binary | 11011000 | 10101111 | 1000001 | 0 | 10011 | 1000110 | 1111 | 101100 | 1000010 | 110111 |
Color Harmonies of #D8AF41
Complementary color
Monochromatic Colors of #D8AF41
Black with #D8AF41
Text Example
Text Example
White with #D8AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF41; }
p { color: rgb(216,175,65); }
H1.HeaderClassName
{
color: #D8AF41;
}
.AnyTagClassName
{
color: #D8AF41;
}
</style>
background-color css
<style>
a { background-color: #D8AF41; }
a { background-color: rgb(216,175,65); }
div.DivClassName
{
background-color: #D8AF41;
}
.BgClassName
{
background-color: #D8AF41;
}
</style>
border-color css
<style>
span { border-color: #D8AF41; }
span { border-color: rgb(216,175,65); }
td.TdClassName
{
border-color: #D8AF41;
}
.TagClassName
{
border-color: #D8AF41;
}
</style>