Shades of Metallic Gold #D9AD33
Tints of Metallic Gold #D9AD33
RGB
CMYK
RGB Variations
Color information
#D9AD33 (or 0xD9AD33) is known color: Metallic Gold. HEX triplet: D9, AD and 33. RGB value is (217,173,51). Sum of RGB (Red+Green+Blue) = 217+173+51=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD33 is #2652CC. Grayscale: #ACACAC. Windows color (decimal): -2511565 or 3386841. OLE color: 3386841.
HSL color Cylindrical-coordinate representation of color #D9AD33: hue angle of 44.1º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9AD33 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 51 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.15 |
| HSL | 44.1º | 0.69% | 0.53% | - |
| HSV(B) | 44.1º | 0.76% | 0.85% | - |
| XYZ | 44.16 | 44.88 | 9.47 | - |
| YUV | 172.25 | 59.58 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 51 | 0 | 0.20 | 0.76 | 0.15 | 44.1 | 0.69 | 0.53 |
| Hex | D9 | AD | 33 | 0 | 14 | 4C | F | 2C | 45 | 35 |
| Octal | 331 | 255 | 63 | 0 | 24 | 114 | 17 | 54 | 105 | 65 |
| Binary | 11011001 | 10101101 | 110011 | 0 | 10100 | 1001100 | 1111 | 101100 | 1000101 | 110101 |
Color Harmonies of #D9AD33
Complementary color
Monochromatic Colors of #D9AD33
Black with #D9AD33
Text Example
Text Example
White with #D9AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD33; }
p { color: rgb(217,173,51); }
H1.HeaderClassName
{
color: #D9AD33;
}
.AnyTagClassName
{
color: #D9AD33;
}
</style>
background-color css
<style>
a { background-color: #D9AD33; }
a { background-color: rgb(217,173,51); }
div.DivClassName
{
background-color: #D9AD33;
}
.BgClassName
{
background-color: #D9AD33;
}
</style>
border-color css
<style>
span { border-color: #D9AD33; }
span { border-color: rgb(217,173,51); }
td.TdClassName
{
border-color: #D9AD33;
}
.TagClassName
{
border-color: #D9AD33;
}
</style>