Shades of Metallic Gold #D9AB2F
Tints of Metallic Gold #D9AB2F
RGB
CMYK
RGB Variations
Color information
#D9AB2F (or 0xD9AB2F) is known color: Metallic Gold. HEX triplet: D9, AB and 2F. RGB value is (217,171,47). Sum of RGB (Red+Green+Blue) = 217+171+47=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AB2F is #2654D0. Grayscale: #ABABAB. Windows color (decimal): -2512081 or 3124185. OLE color: 3124185.
HSL color Cylindrical-coordinate representation of color #D9AB2F: hue angle of 43.76º degrees, saturation: 0.69, 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 #D9AB2F is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 47 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.15 |
| HSL | 43.76º | 0.69% | 0.52% | - |
| HSV(B) | 43.76º | 0.78% | 0.85% | - |
| XYZ | 43.69 | 44.08 | 8.9 | - |
| YUV | 170.62 | 58.24 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 47 | 0 | 0.21 | 0.78 | 0.15 | 43.76 | 0.69 | 0.52 |
| Hex | D9 | AB | 2F | 0 | 15 | 4E | F | 2C | 45 | 34 |
| Octal | 331 | 253 | 57 | 0 | 25 | 116 | 17 | 54 | 105 | 64 |
| Binary | 11011001 | 10101011 | 101111 | 0 | 10101 | 1001110 | 1111 | 101100 | 1000101 | 110100 |
Color Harmonies of #D9AB2F
Complementary color
Monochromatic Colors of #D9AB2F
Black with #D9AB2F
Text Example
Text Example
White with #D9AB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB2F; }
p { color: rgb(217,171,47); }
H1.HeaderClassName
{
color: #D9AB2F;
}
.AnyTagClassName
{
color: #D9AB2F;
}
</style>
background-color css
<style>
a { background-color: #D9AB2F; }
a { background-color: rgb(217,171,47); }
div.DivClassName
{
background-color: #D9AB2F;
}
.BgClassName
{
background-color: #D9AB2F;
}
</style>
border-color css
<style>
span { border-color: #D9AB2F; }
span { border-color: rgb(217,171,47); }
td.TdClassName
{
border-color: #D9AB2F;
}
.TagClassName
{
border-color: #D9AB2F;
}
</style>