Shades of Metallic Gold #D0A53D
Tints of Metallic Gold #D0A53D
RGB
CMYK
RGB Variations
Color information
#D0A53D (or 0xD0A53D) is known color: Metallic Gold. HEX triplet: D0, A5 and 3D. RGB value is (208,165,61). Sum of RGB (Red+Green+Blue) = 208+165+61=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A53D is #2F5AC2. Grayscale: #A6A6A6. Windows color (decimal): -3103427 or 4040144. OLE color: 4040144.
HSL color Cylindrical-coordinate representation of color #D0A53D: hue angle of 42.45º 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 #D0A53D is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 61 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.18 |
| HSL | 42.45º | 0.61% | 0.53% | - |
| HSV(B) | 42.45º | 0.71% | 0.82% | - |
| XYZ | 40.31 | 40.66 | 10.14 | - |
| YUV | 166 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 61 | 0 | 0.21 | 0.71 | 0.18 | 42.45 | 0.61 | 0.53 |
| Hex | D0 | A5 | 3D | 0 | 15 | 47 | 12 | 2A | 3D | 35 |
| Octal | 320 | 245 | 75 | 0 | 25 | 107 | 22 | 52 | 75 | 65 |
| Binary | 11010000 | 10100101 | 111101 | 0 | 10101 | 1000111 | 10010 | 101010 | 111101 | 110101 |
Color Harmonies of #D0A53D
Complementary color
Monochromatic Colors of #D0A53D
Black with #D0A53D
Text Example
Text Example
White with #D0A53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A53D; }
p { color: rgb(208,165,61); }
H1.HeaderClassName
{
color: #D0A53D;
}
.AnyTagClassName
{
color: #D0A53D;
}
</style>
background-color css
<style>
a { background-color: #D0A53D; }
a { background-color: rgb(208,165,61); }
div.DivClassName
{
background-color: #D0A53D;
}
.BgClassName
{
background-color: #D0A53D;
}
</style>
border-color css
<style>
span { border-color: #D0A53D; }
span { border-color: rgb(208,165,61); }
td.TdClassName
{
border-color: #D0A53D;
}
.TagClassName
{
border-color: #D0A53D;
}
</style>