Shades of Metallic Gold #D8B738
Tints of Metallic Gold #D8B738
RGB
CMYK
RGB Variations
Color information
#D8B738 (or 0xD8B738) is known color: Metallic Gold. HEX triplet: D8, B7 and 38. RGB value is (216,183,56). Sum of RGB (Red+Green+Blue) = 216+183+56=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B738 is #2748C7. Grayscale: #B2B2B2. Windows color (decimal): -2574536 or 3717080. OLE color: 3717080.
HSL color Cylindrical-coordinate representation of color #D8B738: hue angle of 47.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8B738 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 56 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.15 |
| HSL | 47.63º | 0.67% | 0.53% | - |
| HSV(B) | 47.63º | 0.74% | 0.85% | - |
| XYZ | 45.97 | 48.75 | 10.73 | - |
| YUV | 178.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 56 | 0 | 0.15 | 0.74 | 0.15 | 47.63 | 0.67 | 0.53 |
| Hex | D8 | B7 | 38 | 0 | F | 4A | F | 30 | 43 | 35 |
| Octal | 330 | 267 | 70 | 0 | 17 | 112 | 17 | 60 | 103 | 65 |
| Binary | 11011000 | 10110111 | 111000 | 0 | 1111 | 1001010 | 1111 | 110000 | 1000011 | 110101 |
Color Harmonies of #D8B738
Complementary color
Monochromatic Colors of #D8B738
Black with #D8B738
Text Example
Text Example
White with #D8B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B738; }
p { color: rgb(216,183,56); }
H1.HeaderClassName
{
color: #D8B738;
}
.AnyTagClassName
{
color: #D8B738;
}
</style>
background-color css
<style>
a { background-color: #D8B738; }
a { background-color: rgb(216,183,56); }
div.DivClassName
{
background-color: #D8B738;
}
.BgClassName
{
background-color: #D8B738;
}
</style>
border-color css
<style>
span { border-color: #D8B738; }
span { border-color: rgb(216,183,56); }
td.TdClassName
{
border-color: #D8B738;
}
.TagClassName
{
border-color: #D8B738;
}
</style>