Shades of Metallic Gold #D8A832
Tints of Metallic Gold #D8A832
RGB
CMYK
RGB Variations
Color information
#D8A832 (or 0xD8A832) is known color: Metallic Gold. HEX triplet: D8, A8 and 32. RGB value is (216,168,50). Sum of RGB (Red+Green+Blue) = 216+168+50=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A832 is #2757CD. Grayscale: #A9A9A9. Windows color (decimal): -2578382 or 3320024. OLE color: 3320024.
HSL color Cylindrical-coordinate representation of color #D8A832: hue angle of 42.65º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8A832 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 50 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.15 |
| HSL | 42.65º | 0.68% | 0.52% | - |
| HSV(B) | 42.65º | 0.77% | 0.85% | - |
| XYZ | 42.9 | 42.83 | 9.02 | - |
| YUV | 168.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 50 | 0 | 0.22 | 0.77 | 0.15 | 42.65 | 0.68 | 0.52 |
| Hex | D8 | A8 | 32 | 0 | 16 | 4D | F | 2B | 44 | 34 |
| Octal | 330 | 250 | 62 | 0 | 26 | 115 | 17 | 53 | 104 | 64 |
| Binary | 11011000 | 10101000 | 110010 | 0 | 10110 | 1001101 | 1111 | 101011 | 1000100 | 110100 |
Color Harmonies of #D8A832
Complementary color
Monochromatic Colors of #D8A832
Black with #D8A832
Text Example
Text Example
White with #D8A832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A832; }
p { color: rgb(216,168,50); }
H1.HeaderClassName
{
color: #D8A832;
}
.AnyTagClassName
{
color: #D8A832;
}
</style>
background-color css
<style>
a { background-color: #D8A832; }
a { background-color: rgb(216,168,50); }
div.DivClassName
{
background-color: #D8A832;
}
.BgClassName
{
background-color: #D8A832;
}
</style>
border-color css
<style>
span { border-color: #D8A832; }
span { border-color: rgb(216,168,50); }
td.TdClassName
{
border-color: #D8A832;
}
.TagClassName
{
border-color: #D8A832;
}
</style>