Shades of Metallic Gold #D0A93A
Tints of Metallic Gold #D0A93A
RGB
CMYK
RGB Variations
Color information
#D0A93A (or 0xD0A93A) is known color: Metallic Gold. HEX triplet: D0, A9 and 3A. RGB value is (208,169,58). Sum of RGB (Red+Green+Blue) = 208+169+58=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A93A is #2F56C5. Grayscale: #A8A8A8. Windows color (decimal): -3102406 or 3844560. OLE color: 3844560.
HSL color Cylindrical-coordinate representation of color #D0A93A: hue angle of 44.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0A93A is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 58 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.18 |
| HSL | 44.4º | 0.61% | 0.52% | - |
| HSV(B) | 44.4º | 0.72% | 0.82% | - |
| XYZ | 40.96 | 42.09 | 9.97 | - |
| YUV | 168.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 58 | 0 | 0.19 | 0.72 | 0.18 | 44.4 | 0.61 | 0.52 |
| Hex | D0 | A9 | 3A | 0 | 13 | 48 | 12 | 2C | 3D | 34 |
| Octal | 320 | 251 | 72 | 0 | 23 | 110 | 22 | 54 | 75 | 64 |
| Binary | 11010000 | 10101001 | 111010 | 0 | 10011 | 1001000 | 10010 | 101100 | 111101 | 110100 |
Color Harmonies of #D0A93A
Complementary color
Monochromatic Colors of #D0A93A
Black with #D0A93A
Text Example
Text Example
White with #D0A93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A93A; }
p { color: rgb(208,169,58); }
H1.HeaderClassName
{
color: #D0A93A;
}
.AnyTagClassName
{
color: #D0A93A;
}
</style>
background-color css
<style>
a { background-color: #D0A93A; }
a { background-color: rgb(208,169,58); }
div.DivClassName
{
background-color: #D0A93A;
}
.BgClassName
{
background-color: #D0A93A;
}
</style>
border-color css
<style>
span { border-color: #D0A93A; }
span { border-color: rgb(208,169,58); }
td.TdClassName
{
border-color: #D0A93A;
}
.TagClassName
{
border-color: #D0A93A;
}
</style>