Shades of Metallic Gold #D8AF2D
Tints of Metallic Gold #D8AF2D
RGB
CMYK
RGB Variations
Color information
#D8AF2D (or 0xD8AF2D) is known color: Metallic Gold. HEX triplet: D8, AF and 2D. RGB value is (216,175,45). Sum of RGB (Red+Green+Blue) = 216+175+45=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF2D is #2750D2. Grayscale: #ADADAD. Windows color (decimal): -2576595 or 2994136. OLE color: 2994136.
HSL color Cylindrical-coordinate representation of color #D8AF2D: hue angle of 45.61º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8AF2D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 45 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.15 |
| HSL | 45.61º | 0.69% | 0.51% | - |
| HSV(B) | 45.61º | 0.79% | 0.85% | - |
| XYZ | 44.12 | 45.45 | 8.93 | - |
| YUV | 172.44 | 56.08 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 45 | 0 | 0.19 | 0.79 | 0.15 | 45.61 | 0.69 | 0.51 |
| Hex | D8 | AF | 2D | 0 | 13 | 4F | F | 2E | 45 | 33 |
| Octal | 330 | 257 | 55 | 0 | 23 | 117 | 17 | 56 | 105 | 63 |
| Binary | 11011000 | 10101111 | 101101 | 0 | 10011 | 1001111 | 1111 | 101110 | 1000101 | 110011 |
Color Harmonies of #D8AF2D
Complementary color
Monochromatic Colors of #D8AF2D
Black with #D8AF2D
Text Example
Text Example
White with #D8AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF2D; }
p { color: rgb(216,175,45); }
H1.HeaderClassName
{
color: #D8AF2D;
}
.AnyTagClassName
{
color: #D8AF2D;
}
</style>
background-color css
<style>
a { background-color: #D8AF2D; }
a { background-color: rgb(216,175,45); }
div.DivClassName
{
background-color: #D8AF2D;
}
.BgClassName
{
background-color: #D8AF2D;
}
</style>
border-color css
<style>
span { border-color: #D8AF2D; }
span { border-color: rgb(216,175,45); }
td.TdClassName
{
border-color: #D8AF2D;
}
.TagClassName
{
border-color: #D8AF2D;
}
</style>