Shades of Metallic Gold #D0A63C
Tints of Metallic Gold #D0A63C
RGB
CMYK
RGB Variations
Color information
#D0A63C (or 0xD0A63C) is known color: Metallic Gold. HEX triplet: D0, A6 and 3C. RGB value is (208,166,60). Sum of RGB (Red+Green+Blue) = 208+166+60=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A63C is #2F59C3. Grayscale: #A6A6A6. Windows color (decimal): -3103172 or 3974864. OLE color: 3974864.
HSL color Cylindrical-coordinate representation of color #D0A63C: hue angle of 42.97º 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 #D0A63C is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 60 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.18 |
| HSL | 42.97º | 0.61% | 0.53% | - |
| HSV(B) | 42.97º | 0.71% | 0.82% | - |
| XYZ | 40.46 | 41.01 | 10.06 | - |
| YUV | 166.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 60 | 0 | 0.20 | 0.71 | 0.18 | 42.97 | 0.61 | 0.53 |
| Hex | D0 | A6 | 3C | 0 | 14 | 47 | 12 | 2B | 3D | 35 |
| Octal | 320 | 246 | 74 | 0 | 24 | 107 | 22 | 53 | 75 | 65 |
| Binary | 11010000 | 10100110 | 111100 | 0 | 10100 | 1000111 | 10010 | 101011 | 111101 | 110101 |
Color Harmonies of #D0A63C
Complementary color
Monochromatic Colors of #D0A63C
Black with #D0A63C
Text Example
Text Example
White with #D0A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A63C; }
p { color: rgb(208,166,60); }
H1.HeaderClassName
{
color: #D0A63C;
}
.AnyTagClassName
{
color: #D0A63C;
}
</style>
background-color css
<style>
a { background-color: #D0A63C; }
a { background-color: rgb(208,166,60); }
div.DivClassName
{
background-color: #D0A63C;
}
.BgClassName
{
background-color: #D0A63C;
}
</style>
border-color css
<style>
span { border-color: #D0A63C; }
span { border-color: rgb(208,166,60); }
td.TdClassName
{
border-color: #D0A63C;
}
.TagClassName
{
border-color: #D0A63C;
}
</style>