Shades of Metallic Gold #D1AD33
Tints of Metallic Gold #D1AD33
RGB
CMYK
RGB Variations
Color information
#D1AD33 (or 0xD1AD33) is known color: Metallic Gold. HEX triplet: D1, AD and 33. RGB value is (209,173,51). Sum of RGB (Red+Green+Blue) = 209+173+51=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD33 is #2E52CC. Grayscale: #AAAAAA. Windows color (decimal): -3035853 or 3386833. OLE color: 3386833.
HSL color Cylindrical-coordinate representation of color #D1AD33: hue angle of 46.33º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1AD33 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 51 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.18 |
| HSL | 46.33º | 0.63% | 0.51% | - |
| HSV(B) | 46.33º | 0.76% | 0.82% | - |
| XYZ | 41.84 | 43.68 | 9.36 | - |
| YUV | 169.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 51 | 0 | 0.17 | 0.76 | 0.18 | 46.33 | 0.63 | 0.51 |
| Hex | D1 | AD | 33 | 0 | 11 | 4C | 12 | 2E | 3F | 33 |
| Octal | 321 | 255 | 63 | 0 | 21 | 114 | 22 | 56 | 77 | 63 |
| Binary | 11010001 | 10101101 | 110011 | 0 | 10001 | 1001100 | 10010 | 101110 | 111111 | 110011 |
Color Harmonies of #D1AD33
Complementary color
Monochromatic Colors of #D1AD33
Black with #D1AD33
Text Example
Text Example
White with #D1AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD33; }
p { color: rgb(209,173,51); }
H1.HeaderClassName
{
color: #D1AD33;
}
.AnyTagClassName
{
color: #D1AD33;
}
</style>
background-color css
<style>
a { background-color: #D1AD33; }
a { background-color: rgb(209,173,51); }
div.DivClassName
{
background-color: #D1AD33;
}
.BgClassName
{
background-color: #D1AD33;
}
</style>
border-color css
<style>
span { border-color: #D1AD33; }
span { border-color: rgb(209,173,51); }
td.TdClassName
{
border-color: #D1AD33;
}
.TagClassName
{
border-color: #D1AD33;
}
</style>