Shades of Metallic Gold #D1AD36
Tints of Metallic Gold #D1AD36
RGB
CMYK
RGB Variations
Color information
#D1AD36 (or 0xD1AD36) is known color: Metallic Gold. HEX triplet: D1, AD and 36. RGB value is (209,173,54). Sum of RGB (Red+Green+Blue) = 209+173+54=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD36 is #2E52C9. Grayscale: #AAAAAA. Windows color (decimal): -3035850 or 3583441. OLE color: 3583441.
HSL color Cylindrical-coordinate representation of color #D1AD36: hue angle of 46.06º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1AD36 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 54 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.18 |
| HSL | 46.06º | 0.63% | 0.52% | - |
| HSV(B) | 46.06º | 0.74% | 0.82% | - |
| XYZ | 41.9 | 43.71 | 9.72 | - |
| YUV | 170.2 | 62.43 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 54 | 0 | 0.17 | 0.74 | 0.18 | 46.06 | 0.63 | 0.52 |
| Hex | D1 | AD | 36 | 0 | 11 | 4A | 12 | 2E | 3F | 34 |
| Octal | 321 | 255 | 66 | 0 | 21 | 112 | 22 | 56 | 77 | 64 |
| Binary | 11010001 | 10101101 | 110110 | 0 | 10001 | 1001010 | 10010 | 101110 | 111111 | 110100 |
Color Harmonies of #D1AD36
Complementary color
Monochromatic Colors of #D1AD36
Black with #D1AD36
Text Example
Text Example
White with #D1AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD36; }
p { color: rgb(209,173,54); }
H1.HeaderClassName
{
color: #D1AD36;
}
.AnyTagClassName
{
color: #D1AD36;
}
</style>
background-color css
<style>
a { background-color: #D1AD36; }
a { background-color: rgb(209,173,54); }
div.DivClassName
{
background-color: #D1AD36;
}
.BgClassName
{
background-color: #D1AD36;
}
</style>
border-color css
<style>
span { border-color: #D1AD36; }
span { border-color: rgb(209,173,54); }
td.TdClassName
{
border-color: #D1AD36;
}
.TagClassName
{
border-color: #D1AD36;
}
</style>