Shades of Metallic Gold #D8A93D
Tints of Metallic Gold #D8A93D
RGB
CMYK
RGB Variations
Color information
#D8A93D (or 0xD8A93D) is known color: Metallic Gold. HEX triplet: D8, A9 and 3D. RGB value is (216,169,61). Sum of RGB (Red+Green+Blue) = 216+169+61=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A93D is #2756C2. Grayscale: #ABABAB. Windows color (decimal): -2578115 or 4041176. OLE color: 4041176.
HSL color Cylindrical-coordinate representation of color #D8A93D: hue angle of 41.81º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8A93D is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 169 | 61 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.15 |
| HSL | 41.81º | 0.67% | 0.54% | - |
| HSV(B) | 41.81º | 0.72% | 0.85% | - |
| XYZ | 43.35 | 43.31 | 10.49 | - |
| YUV | 170.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 169 | 61 | 0 | 0.22 | 0.72 | 0.15 | 41.81 | 0.67 | 0.54 |
| Hex | D8 | A9 | 3D | 0 | 16 | 48 | F | 2A | 43 | 36 |
| Octal | 330 | 251 | 75 | 0 | 26 | 110 | 17 | 52 | 103 | 66 |
| Binary | 11011000 | 10101001 | 111101 | 0 | 10110 | 1001000 | 1111 | 101010 | 1000011 | 110110 |
Color Harmonies of #D8A93D
Complementary color
Monochromatic Colors of #D8A93D
Black with #D8A93D
Text Example
Text Example
White with #D8A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A93D; }
p { color: rgb(216,169,61); }
H1.HeaderClassName
{
color: #D8A93D;
}
.AnyTagClassName
{
color: #D8A93D;
}
</style>
background-color css
<style>
a { background-color: #D8A93D; }
a { background-color: rgb(216,169,61); }
div.DivClassName
{
background-color: #D8A93D;
}
.BgClassName
{
background-color: #D8A93D;
}
</style>
border-color css
<style>
span { border-color: #D8A93D; }
span { border-color: rgb(216,169,61); }
td.TdClassName
{
border-color: #D8A93D;
}
.TagClassName
{
border-color: #D8A93D;
}
</style>