Shades of Metallic Gold #D1A832
Tints of Metallic Gold #D1A832
RGB
CMYK
RGB Variations
Color information
#D1A832 (or 0xD1A832) is known color: Metallic Gold. HEX triplet: D1, A8 and 32. RGB value is (209,168,50). Sum of RGB (Red+Green+Blue) = 209+168+50=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A832 is #2E57CD. Grayscale: #A7A7A7. Windows color (decimal): -3037134 or 3320017. OLE color: 3320017.
HSL color Cylindrical-coordinate representation of color #D1A832: hue angle of 44.53º 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 #D1A832 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 50 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.18 |
| HSL | 44.53º | 0.63% | 0.51% | - |
| HSV(B) | 44.53º | 0.76% | 0.82% | - |
| XYZ | 40.87 | 41.79 | 8.93 | - |
| YUV | 166.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 50 | 0 | 0.20 | 0.76 | 0.18 | 44.53 | 0.63 | 0.51 |
| Hex | D1 | A8 | 32 | 0 | 14 | 4C | 12 | 2D | 3F | 33 |
| Octal | 321 | 250 | 62 | 0 | 24 | 114 | 22 | 55 | 77 | 63 |
| Binary | 11010001 | 10101000 | 110010 | 0 | 10100 | 1001100 | 10010 | 101101 | 111111 | 110011 |
Color Harmonies of #D1A832
Complementary color
Monochromatic Colors of #D1A832
Black with #D1A832
Text Example
Text Example
White with #D1A832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A832; }
p { color: rgb(209,168,50); }
H1.HeaderClassName
{
color: #D1A832;
}
.AnyTagClassName
{
color: #D1A832;
}
</style>
background-color css
<style>
a { background-color: #D1A832; }
a { background-color: rgb(209,168,50); }
div.DivClassName
{
background-color: #D1A832;
}
.BgClassName
{
background-color: #D1A832;
}
</style>
border-color css
<style>
span { border-color: #D1A832; }
span { border-color: rgb(209,168,50); }
td.TdClassName
{
border-color: #D1A832;
}
.TagClassName
{
border-color: #D1A832;
}
</style>