Shades of Metallic Gold #D0A93C
Tints of Metallic Gold #D0A93C
RGB
CMYK
RGB Variations
Color information
#D0A93C (or 0xD0A93C) is known color: Metallic Gold. HEX triplet: D0, A9 and 3C. RGB value is (208,169,60). Sum of RGB (Red+Green+Blue) = 208+169+60=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A93C is #2F56C3. Grayscale: #A8A8A8. Windows color (decimal): -3102404 or 3975632. OLE color: 3975632.
HSL color Cylindrical-coordinate representation of color #D0A93C: hue angle of 44.19º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0A93C is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 60 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.18 |
| HSL | 44.19º | 0.61% | 0.53% | - |
| HSV(B) | 44.19º | 0.71% | 0.82% | - |
| XYZ | 41.02 | 42.11 | 10.24 | - |
| YUV | 168.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 60 | 0 | 0.19 | 0.71 | 0.18 | 44.19 | 0.61 | 0.53 |
| Hex | D0 | A9 | 3C | 0 | 13 | 47 | 12 | 2C | 3D | 35 |
| Octal | 320 | 251 | 74 | 0 | 23 | 107 | 22 | 54 | 75 | 65 |
| Binary | 11010000 | 10101001 | 111100 | 0 | 10011 | 1000111 | 10010 | 101100 | 111101 | 110101 |
Color Harmonies of #D0A93C
Complementary color
Monochromatic Colors of #D0A93C
Black with #D0A93C
Text Example
Text Example
White with #D0A93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A93C; }
p { color: rgb(208,169,60); }
H1.HeaderClassName
{
color: #D0A93C;
}
.AnyTagClassName
{
color: #D0A93C;
}
</style>
background-color css
<style>
a { background-color: #D0A93C; }
a { background-color: rgb(208,169,60); }
div.DivClassName
{
background-color: #D0A93C;
}
.BgClassName
{
background-color: #D0A93C;
}
</style>
border-color css
<style>
span { border-color: #D0A93C; }
span { border-color: rgb(208,169,60); }
td.TdClassName
{
border-color: #D0A93C;
}
.TagClassName
{
border-color: #D0A93C;
}
</style>