Shades of Metallic Gold #D8B637
Tints of Metallic Gold #D8B637
RGB
CMYK
RGB Variations
Color information
#D8B637 (or 0xD8B637) is known color: Metallic Gold. HEX triplet: D8, B6 and 37. RGB value is (216,182,55). Sum of RGB (Red+Green+Blue) = 216+182+55=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B637 is #2749C8. Grayscale: #B2B2B2. Windows color (decimal): -2574793 or 3651288. OLE color: 3651288.
HSL color Cylindrical-coordinate representation of color #D8B637: hue angle of 47.33º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8B637 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 182 | 55 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.15 |
| HSL | 47.33º | 0.67% | 0.53% | - |
| HSV(B) | 47.33º | 0.75% | 0.85% | - |
| XYZ | 45.74 | 48.33 | 10.53 | - |
| YUV | 177.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 182 | 55 | 0 | 0.16 | 0.75 | 0.15 | 47.33 | 0.67 | 0.53 |
| Hex | D8 | B6 | 37 | 0 | 10 | 4B | F | 2F | 43 | 35 |
| Octal | 330 | 266 | 67 | 0 | 20 | 113 | 17 | 57 | 103 | 65 |
| Binary | 11011000 | 10110110 | 110111 | 0 | 10000 | 1001011 | 1111 | 101111 | 1000011 | 110101 |
Color Harmonies of #D8B637
Complementary color
Monochromatic Colors of #D8B637
Black with #D8B637
Text Example
Text Example
White with #D8B637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B637; }
p { color: rgb(216,182,55); }
H1.HeaderClassName
{
color: #D8B637;
}
.AnyTagClassName
{
color: #D8B637;
}
</style>
background-color css
<style>
a { background-color: #D8B637; }
a { background-color: rgb(216,182,55); }
div.DivClassName
{
background-color: #D8B637;
}
.BgClassName
{
background-color: #D8B637;
}
</style>
border-color css
<style>
span { border-color: #D8B637; }
span { border-color: rgb(216,182,55); }
td.TdClassName
{
border-color: #D8B637;
}
.TagClassName
{
border-color: #D8B637;
}
</style>