Shades of Metallic Gold #D8AB2F
Tints of Metallic Gold #D8AB2F
RGB
CMYK
RGB Variations
Color information
#D8AB2F (or 0xD8AB2F) is known color: Metallic Gold. HEX triplet: D8, AB and 2F. RGB value is (216,171,47). Sum of RGB (Red+Green+Blue) = 216+171+47=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB2F is #2754D0. Grayscale: #AAAAAA. Windows color (decimal): -2577617 or 3124184. OLE color: 3124184.
HSL color Cylindrical-coordinate representation of color #D8AB2F: hue angle of 44.02º 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 #D8AB2F is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 47 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.15 |
| HSL | 44.02º | 0.68% | 0.52% | - |
| HSV(B) | 44.02º | 0.78% | 0.85% | - |
| XYZ | 43.39 | 43.93 | 8.88 | - |
| YUV | 170.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 47 | 0 | 0.21 | 0.78 | 0.15 | 44.02 | 0.68 | 0.52 |
| Hex | D8 | AB | 2F | 0 | 15 | 4E | F | 2C | 44 | 34 |
| Octal | 330 | 253 | 57 | 0 | 25 | 116 | 17 | 54 | 104 | 64 |
| Binary | 11011000 | 10101011 | 101111 | 0 | 10101 | 1001110 | 1111 | 101100 | 1000100 | 110100 |
Color Harmonies of #D8AB2F
Complementary color
Monochromatic Colors of #D8AB2F
Black with #D8AB2F
Text Example
Text Example
White with #D8AB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB2F; }
p { color: rgb(216,171,47); }
H1.HeaderClassName
{
color: #D8AB2F;
}
.AnyTagClassName
{
color: #D8AB2F;
}
</style>
background-color css
<style>
a { background-color: #D8AB2F; }
a { background-color: rgb(216,171,47); }
div.DivClassName
{
background-color: #D8AB2F;
}
.BgClassName
{
background-color: #D8AB2F;
}
</style>
border-color css
<style>
span { border-color: #D8AB2F; }
span { border-color: rgb(216,171,47); }
td.TdClassName
{
border-color: #D8AB2F;
}
.TagClassName
{
border-color: #D8AB2F;
}
</style>