Shades of Metallic Gold #D8B732
Tints of Metallic Gold #D8B732
RGB
CMYK
RGB Variations
Color information
#D8B732 (or 0xD8B732) is known color: Metallic Gold. HEX triplet: D8, B7 and 32. RGB value is (216,183,50). Sum of RGB (Red+Green+Blue) = 216+183+50=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B732 is #2748CD. Grayscale: #B2B2B2. Windows color (decimal): -2574542 or 3323864. OLE color: 3323864.
HSL color Cylindrical-coordinate representation of color #D8B732: hue angle of 48.07º 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 #D8B732 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 50 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.15 |
| HSL | 48.07º | 0.68% | 0.52% | - |
| HSV(B) | 48.07º | 0.77% | 0.85% | - |
| XYZ | 45.83 | 48.7 | 10 | - |
| YUV | 177.71 | 55.93 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 50 | 0 | 0.15 | 0.77 | 0.15 | 48.07 | 0.68 | 0.52 |
| Hex | D8 | B7 | 32 | 0 | F | 4D | F | 30 | 44 | 34 |
| Octal | 330 | 267 | 62 | 0 | 17 | 115 | 17 | 60 | 104 | 64 |
| Binary | 11011000 | 10110111 | 110010 | 0 | 1111 | 1001101 | 1111 | 110000 | 1000100 | 110100 |
Color Harmonies of #D8B732
Complementary color
Monochromatic Colors of #D8B732
Black with #D8B732
Text Example
Text Example
White with #D8B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B732; }
p { color: rgb(216,183,50); }
H1.HeaderClassName
{
color: #D8B732;
}
.AnyTagClassName
{
color: #D8B732;
}
</style>
background-color css
<style>
a { background-color: #D8B732; }
a { background-color: rgb(216,183,50); }
div.DivClassName
{
background-color: #D8B732;
}
.BgClassName
{
background-color: #D8B732;
}
</style>
border-color css
<style>
span { border-color: #D8B732; }
span { border-color: rgb(216,183,50); }
td.TdClassName
{
border-color: #D8B732;
}
.TagClassName
{
border-color: #D8B732;
}
</style>