Shades of Metallic Gold #D8B32E
Tints of Metallic Gold #D8B32E
RGB
CMYK
RGB Variations
Color information
#D8B32E (or 0xD8B32E) is known color: Metallic Gold. HEX triplet: D8, B3 and 2E. RGB value is (216,179,46). Sum of RGB (Red+Green+Blue) = 216+179+46=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B32E is #274CD1. Grayscale: #AFAFAF. Windows color (decimal): -2575570 or 3060696. OLE color: 3060696.
HSL color Cylindrical-coordinate representation of color #D8B32E: hue angle of 46.94º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8B32E is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 179 | 46 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.15 |
| HSL | 46.94º | 0.69% | 0.51% | - |
| HSV(B) | 46.94º | 0.79% | 0.85% | - |
| XYZ | 44.93 | 47.04 | 9.3 | - |
| YUV | 174.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 46 | 0 | 0.17 | 0.79 | 0.15 | 46.94 | 0.69 | 0.51 |
| Hex | D8 | B3 | 2E | 0 | 11 | 4F | F | 2F | 45 | 33 |
| Octal | 330 | 263 | 56 | 0 | 21 | 117 | 17 | 57 | 105 | 63 |
| Binary | 11011000 | 10110011 | 101110 | 0 | 10001 | 1001111 | 1111 | 101111 | 1000101 | 110011 |
Color Harmonies of #D8B32E
Complementary color
Monochromatic Colors of #D8B32E
Black with #D8B32E
Text Example
Text Example
White with #D8B32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B32E; }
p { color: rgb(216,179,46); }
H1.HeaderClassName
{
color: #D8B32E;
}
.AnyTagClassName
{
color: #D8B32E;
}
</style>
background-color css
<style>
a { background-color: #D8B32E; }
a { background-color: rgb(216,179,46); }
div.DivClassName
{
background-color: #D8B32E;
}
.BgClassName
{
background-color: #D8B32E;
}
</style>
border-color css
<style>
span { border-color: #D8B32E; }
span { border-color: rgb(216,179,46); }
td.TdClassName
{
border-color: #D8B32E;
}
.TagClassName
{
border-color: #D8B32E;
}
</style>