Shades of Metallic Gold #D2A831
Tints of Metallic Gold #D2A831
RGB
CMYK
RGB Variations
Color information
#D2A831 (or 0xD2A831) is known color: Metallic Gold. HEX triplet: D2, A8 and 31. RGB value is (210,168,49). Sum of RGB (Red+Green+Blue) = 210+168+49=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A831 is #2D57CE. Grayscale: #A7A7A7. Windows color (decimal): -2971599 or 3254482. OLE color: 3254482.
HSL color Cylindrical-coordinate representation of color #D2A831: hue angle of 44.35º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2A831 is Cyan = 0, Magento = 0.2, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 49 | - |
| CMYK | 0 | 0.2 | 0.77 | 0.18 |
| HSL | 44.35º | 0.64% | 0.51% | - |
| HSV(B) | 44.35º | 0.77% | 0.82% | - |
| XYZ | 41.14 | 41.93 | 8.83 | - |
| YUV | 166.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 49 | 0 | 0.2 | 0.77 | 0.18 | 44.35 | 0.64 | 0.51 |
| Hex | D2 | A8 | 31 | 0 | 14 | 4D | 12 | 2C | 40 | 33 |
| Octal | 322 | 250 | 61 | 0 | 24 | 115 | 22 | 54 | 100 | 63 |
| Binary | 11010010 | 10101000 | 110001 | 0 | 10100 | 1001101 | 10010 | 101100 | 1000000 | 110011 |
Color Harmonies of #D2A831
Complementary color
Monochromatic Colors of #D2A831
Black with #D2A831
Text Example
Text Example
White with #D2A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A831; }
p { color: rgb(210,168,49); }
H1.HeaderClassName
{
color: #D2A831;
}
.AnyTagClassName
{
color: #D2A831;
}
</style>
background-color css
<style>
a { background-color: #D2A831; }
a { background-color: rgb(210,168,49); }
div.DivClassName
{
background-color: #D2A831;
}
.BgClassName
{
background-color: #D2A831;
}
</style>
border-color css
<style>
span { border-color: #D2A831; }
span { border-color: rgb(210,168,49); }
td.TdClassName
{
border-color: #D2A831;
}
.TagClassName
{
border-color: #D2A831;
}
</style>