Shades of Metallic Gold #D8AB32
Tints of Metallic Gold #D8AB32
RGB
CMYK
RGB Variations
Color information
#D8AB32 (or 0xD8AB32) is known color: Metallic Gold. HEX triplet: D8, AB and 32. RGB value is (216,171,50). Sum of RGB (Red+Green+Blue) = 216+171+50=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB32 is #2754CD. Grayscale: #ABABAB. Windows color (decimal): -2577614 or 3320792. OLE color: 3320792.
HSL color Cylindrical-coordinate representation of color #D8AB32: hue angle of 43.73º 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 #D8AB32 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 50 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.15 |
| HSL | 43.73º | 0.68% | 0.52% | - |
| HSV(B) | 43.73º | 0.77% | 0.85% | - |
| XYZ | 43.46 | 43.96 | 9.21 | - |
| YUV | 170.66 | 59.91 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 50 | 0 | 0.21 | 0.77 | 0.15 | 43.73 | 0.68 | 0.52 |
| Hex | D8 | AB | 32 | 0 | 15 | 4D | F | 2C | 44 | 34 |
| Octal | 330 | 253 | 62 | 0 | 25 | 115 | 17 | 54 | 104 | 64 |
| Binary | 11011000 | 10101011 | 110010 | 0 | 10101 | 1001101 | 1111 | 101100 | 1000100 | 110100 |
Color Harmonies of #D8AB32
Complementary color
Monochromatic Colors of #D8AB32
Black with #D8AB32
Text Example
Text Example
White with #D8AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB32; }
p { color: rgb(216,171,50); }
H1.HeaderClassName
{
color: #D8AB32;
}
.AnyTagClassName
{
color: #D8AB32;
}
</style>
background-color css
<style>
a { background-color: #D8AB32; }
a { background-color: rgb(216,171,50); }
div.DivClassName
{
background-color: #D8AB32;
}
.BgClassName
{
background-color: #D8AB32;
}
</style>
border-color css
<style>
span { border-color: #D8AB32; }
span { border-color: rgb(216,171,50); }
td.TdClassName
{
border-color: #D8AB32;
}
.TagClassName
{
border-color: #D8AB32;
}
</style>