Shades of Metallic Gold #D9AF2D
Tints of Metallic Gold #D9AF2D
RGB
CMYK
RGB Variations
Color information
#D9AF2D (or 0xD9AF2D) is known color: Metallic Gold. HEX triplet: D9, AF and 2D. RGB value is (217,175,45). Sum of RGB (Red+Green+Blue) = 217+175+45=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF2D is #2650D2. Grayscale: #ADADAD. Windows color (decimal): -2511059 or 2994137. OLE color: 2994137.
HSL color Cylindrical-coordinate representation of color #D9AF2D: hue angle of 45.35º 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 #D9AF2D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 45 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.15 |
| HSL | 45.35º | 0.69% | 0.51% | - |
| HSV(B) | 45.35º | 0.79% | 0.85% | - |
| XYZ | 44.42 | 45.6 | 8.94 | - |
| YUV | 172.74 | 55.91 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 45 | 0 | 0.19 | 0.79 | 0.15 | 45.35 | 0.69 | 0.51 |
| Hex | D9 | AF | 2D | 0 | 13 | 4F | F | 2D | 45 | 33 |
| Octal | 331 | 257 | 55 | 0 | 23 | 117 | 17 | 55 | 105 | 63 |
| Binary | 11011001 | 10101111 | 101101 | 0 | 10011 | 1001111 | 1111 | 101101 | 1000101 | 110011 |
Color Harmonies of #D9AF2D
Complementary color
Monochromatic Colors of #D9AF2D
Black with #D9AF2D
Text Example
Text Example
White with #D9AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF2D; }
p { color: rgb(217,175,45); }
H1.HeaderClassName
{
color: #D9AF2D;
}
.AnyTagClassName
{
color: #D9AF2D;
}
</style>
background-color css
<style>
a { background-color: #D9AF2D; }
a { background-color: rgb(217,175,45); }
div.DivClassName
{
background-color: #D9AF2D;
}
.BgClassName
{
background-color: #D9AF2D;
}
</style>
border-color css
<style>
span { border-color: #D9AF2D; }
span { border-color: rgb(217,175,45); }
td.TdClassName
{
border-color: #D9AF2D;
}
.TagClassName
{
border-color: #D9AF2D;
}
</style>