Shades of Metallic Gold #D8A938
Tints of Metallic Gold #D8A938
RGB
CMYK
RGB Variations
Color information
#D8A938 (or 0xD8A938) is known color: Metallic Gold. HEX triplet: D8, A9 and 38. RGB value is (216,169,56). Sum of RGB (Red+Green+Blue) = 216+169+56=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A938 is #2756C7. Grayscale: #AAAAAA. Windows color (decimal): -2578120 or 3713496. OLE color: 3713496.
HSL color Cylindrical-coordinate representation of color #D8A938: hue angle of 42.38º 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 #D8A938 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 169 | 56 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.15 |
| HSL | 42.38º | 0.67% | 0.53% | - |
| HSV(B) | 42.38º | 0.74% | 0.85% | - |
| XYZ | 43.22 | 43.26 | 9.81 | - |
| YUV | 170.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 169 | 56 | 0 | 0.22 | 0.74 | 0.15 | 42.38 | 0.67 | 0.53 |
| Hex | D8 | A9 | 38 | 0 | 16 | 4A | F | 2A | 43 | 35 |
| Octal | 330 | 251 | 70 | 0 | 26 | 112 | 17 | 52 | 103 | 65 |
| Binary | 11011000 | 10101001 | 111000 | 0 | 10110 | 1001010 | 1111 | 101010 | 1000011 | 110101 |
Color Harmonies of #D8A938
Complementary color
Monochromatic Colors of #D8A938
Black with #D8A938
Text Example
Text Example
White with #D8A938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A938; }
p { color: rgb(216,169,56); }
H1.HeaderClassName
{
color: #D8A938;
}
.AnyTagClassName
{
color: #D8A938;
}
</style>
background-color css
<style>
a { background-color: #D8A938; }
a { background-color: rgb(216,169,56); }
div.DivClassName
{
background-color: #D8A938;
}
.BgClassName
{
background-color: #D8A938;
}
</style>
border-color css
<style>
span { border-color: #D8A938; }
span { border-color: rgb(216,169,56); }
td.TdClassName
{
border-color: #D8A938;
}
.TagClassName
{
border-color: #D8A938;
}
</style>