Shades of Metallic Gold #D1A636
Tints of Metallic Gold #D1A636
RGB
CMYK
RGB Variations
Color information
#D1A636 (or 0xD1A636) is known color: Metallic Gold. HEX triplet: D1, A6 and 36. RGB value is (209,166,54). Sum of RGB (Red+Green+Blue) = 209+166+54=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A636 is #2E59C9. Grayscale: #A6A6A6. Windows color (decimal): -3037642 or 3581649. OLE color: 3581649.
HSL color Cylindrical-coordinate representation of color #D1A636: hue angle of 43.35º 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 #D1A636 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 54 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.18 |
| HSL | 43.35º | 0.63% | 0.52% | - |
| HSV(B) | 43.35º | 0.74% | 0.82% | - |
| XYZ | 40.6 | 41.09 | 9.28 | - |
| YUV | 166.09 | 64.75 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 54 | 0 | 0.21 | 0.74 | 0.18 | 43.35 | 0.63 | 0.52 |
| Hex | D1 | A6 | 36 | 0 | 15 | 4A | 12 | 2B | 3F | 34 |
| Octal | 321 | 246 | 66 | 0 | 25 | 112 | 22 | 53 | 77 | 64 |
| Binary | 11010001 | 10100110 | 110110 | 0 | 10101 | 1001010 | 10010 | 101011 | 111111 | 110100 |
Color Harmonies of #D1A636
Complementary color
Monochromatic Colors of #D1A636
Black with #D1A636
Text Example
Text Example
White with #D1A636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A636; }
p { color: rgb(209,166,54); }
H1.HeaderClassName
{
color: #D1A636;
}
.AnyTagClassName
{
color: #D1A636;
}
</style>
background-color css
<style>
a { background-color: #D1A636; }
a { background-color: rgb(209,166,54); }
div.DivClassName
{
background-color: #D1A636;
}
.BgClassName
{
background-color: #D1A636;
}
</style>
border-color css
<style>
span { border-color: #D1A636; }
span { border-color: rgb(209,166,54); }
td.TdClassName
{
border-color: #D1A636;
}
.TagClassName
{
border-color: #D1A636;
}
</style>