Shades of Metallic Gold #D8B340
Tints of Metallic Gold #D8B340
RGB
CMYK
RGB Variations
Color information
#D8B340 (or 0xD8B340) is known color: Metallic Gold. HEX triplet: D8, B3 and 40. RGB value is (216,179,64). Sum of RGB (Red+Green+Blue) = 216+179+64=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B340 is #274CBF. Grayscale: #B1B1B1. Windows color (decimal): -2575552 or 4240344. OLE color: 4240344.
HSL color Cylindrical-coordinate representation of color #D8B340: hue angle of 45.39º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8B340 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 179 | 64 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.15 |
| HSL | 45.39º | 0.66% | 0.55% | - |
| HSV(B) | 45.39º | 0.7% | 0.85% | - |
| XYZ | 45.36 | 47.21 | 11.57 | - |
| YUV | 176.95 | 64.26 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 64 | 0 | 0.17 | 0.70 | 0.15 | 45.39 | 0.66 | 0.55 |
| Hex | D8 | B3 | 40 | 0 | 11 | 46 | F | 2D | 42 | 37 |
| Octal | 330 | 263 | 100 | 0 | 21 | 106 | 17 | 55 | 102 | 67 |
| Binary | 11011000 | 10110011 | 1000000 | 0 | 10001 | 1000110 | 1111 | 101101 | 1000010 | 110111 |
Color Harmonies of #D8B340
Complementary color
Monochromatic Colors of #D8B340
Black with #D8B340
Text Example
Text Example
White with #D8B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B340; }
p { color: rgb(216,179,64); }
H1.HeaderClassName
{
color: #D8B340;
}
.AnyTagClassName
{
color: #D8B340;
}
</style>
background-color css
<style>
a { background-color: #D8B340; }
a { background-color: rgb(216,179,64); }
div.DivClassName
{
background-color: #D8B340;
}
.BgClassName
{
background-color: #D8B340;
}
</style>
border-color css
<style>
span { border-color: #D8B340; }
span { border-color: rgb(216,179,64); }
td.TdClassName
{
border-color: #D8B340;
}
.TagClassName
{
border-color: #D8B340;
}
</style>