Shades of Metallic Gold #D0A43D
Tints of Metallic Gold #D0A43D
RGB
CMYK
RGB Variations
Color information
#D0A43D (or 0xD0A43D) is known color: Metallic Gold. HEX triplet: D0, A4 and 3D. RGB value is (208,164,61). Sum of RGB (Red+Green+Blue) = 208+164+61=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A43D is #2F5BC2. Grayscale: #A5A5A5. Windows color (decimal): -3103683 or 4039888. OLE color: 4039888.
HSL color Cylindrical-coordinate representation of color #D0A43D: hue angle of 42.04º 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 #D0A43D is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 61 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.18 |
| HSL | 42.04º | 0.61% | 0.53% | - |
| HSV(B) | 42.04º | 0.71% | 0.82% | - |
| XYZ | 40.13 | 40.3 | 10.08 | - |
| YUV | 165.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 61 | 0 | 0.21 | 0.71 | 0.18 | 42.04 | 0.61 | 0.53 |
| Hex | D0 | A4 | 3D | 0 | 15 | 47 | 12 | 2A | 3D | 35 |
| Octal | 320 | 244 | 75 | 0 | 25 | 107 | 22 | 52 | 75 | 65 |
| Binary | 11010000 | 10100100 | 111101 | 0 | 10101 | 1000111 | 10010 | 101010 | 111101 | 110101 |
Color Harmonies of #D0A43D
Complementary color
Monochromatic Colors of #D0A43D
Black with #D0A43D
Text Example
Text Example
White with #D0A43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A43D; }
p { color: rgb(208,164,61); }
H1.HeaderClassName
{
color: #D0A43D;
}
.AnyTagClassName
{
color: #D0A43D;
}
</style>
background-color css
<style>
a { background-color: #D0A43D; }
a { background-color: rgb(208,164,61); }
div.DivClassName
{
background-color: #D0A43D;
}
.BgClassName
{
background-color: #D0A43D;
}
</style>
border-color css
<style>
span { border-color: #D0A43D; }
span { border-color: rgb(208,164,61); }
td.TdClassName
{
border-color: #D0A43D;
}
.TagClassName
{
border-color: #D0A43D;
}
</style>