Shades of Metallic Gold #D8AD2F
Tints of Metallic Gold #D8AD2F
RGB
CMYK
RGB Variations
Color information
#D8AD2F (or 0xD8AD2F) is known color: Metallic Gold. HEX triplet: D8, AD and 2F. RGB value is (216,173,47). Sum of RGB (Red+Green+Blue) = 216+173+47=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD2F is #2752D0. Grayscale: #ACACAC. Windows color (decimal): -2577105 or 3124696. OLE color: 3124696.
HSL color Cylindrical-coordinate representation of color #D8AD2F: hue angle of 44.73º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8AD2F is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 47 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.15 |
| HSL | 44.73º | 0.68% | 0.52% | - |
| HSV(B) | 44.73º | 0.78% | 0.85% | - |
| XYZ | 43.78 | 44.69 | 9.01 | - |
| YUV | 171.49 | 57.75 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 47 | 0 | 0.20 | 0.78 | 0.15 | 44.73 | 0.68 | 0.52 |
| Hex | D8 | AD | 2F | 0 | 14 | 4E | F | 2D | 44 | 34 |
| Octal | 330 | 255 | 57 | 0 | 24 | 116 | 17 | 55 | 104 | 64 |
| Binary | 11011000 | 10101101 | 101111 | 0 | 10100 | 1001110 | 1111 | 101101 | 1000100 | 110100 |
Color Harmonies of #D8AD2F
Complementary color
Monochromatic Colors of #D8AD2F
Black with #D8AD2F
Text Example
Text Example
White with #D8AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD2F; }
p { color: rgb(216,173,47); }
H1.HeaderClassName
{
color: #D8AD2F;
}
.AnyTagClassName
{
color: #D8AD2F;
}
</style>
background-color css
<style>
a { background-color: #D8AD2F; }
a { background-color: rgb(216,173,47); }
div.DivClassName
{
background-color: #D8AD2F;
}
.BgClassName
{
background-color: #D8AD2F;
}
</style>
border-color css
<style>
span { border-color: #D8AD2F; }
span { border-color: rgb(216,173,47); }
td.TdClassName
{
border-color: #D8AD2F;
}
.TagClassName
{
border-color: #D8AD2F;
}
</style>