Shades of Metallic Gold #D0A53F
Tints of Metallic Gold #D0A53F
RGB
CMYK
RGB Variations
Color information
#D0A53F (or 0xD0A53F) is known color: Metallic Gold. HEX triplet: D0, A5 and 3F. RGB value is (208,165,63). Sum of RGB (Red+Green+Blue) = 208+165+63=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A53F is #2F5AC0. Grayscale: #A6A6A6. Windows color (decimal): -3103425 or 4171216. OLE color: 4171216.
HSL color Cylindrical-coordinate representation of color #D0A53F: hue angle of 42.21º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0A53F is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 63 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.18 |
| HSL | 42.21º | 0.61% | 0.53% | - |
| HSV(B) | 42.21º | 0.7% | 0.82% | - |
| XYZ | 40.36 | 40.68 | 10.43 | - |
| YUV | 166.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 63 | 0 | 0.21 | 0.70 | 0.18 | 42.21 | 0.61 | 0.53 |
| Hex | D0 | A5 | 3F | 0 | 15 | 46 | 12 | 2A | 3D | 35 |
| Octal | 320 | 245 | 77 | 0 | 25 | 106 | 22 | 52 | 75 | 65 |
| Binary | 11010000 | 10100101 | 111111 | 0 | 10101 | 1000110 | 10010 | 101010 | 111101 | 110101 |
Color Harmonies of #D0A53F
Complementary color
Monochromatic Colors of #D0A53F
Black with #D0A53F
Text Example
Text Example
White with #D0A53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A53F; }
p { color: rgb(208,165,63); }
H1.HeaderClassName
{
color: #D0A53F;
}
.AnyTagClassName
{
color: #D0A53F;
}
</style>
background-color css
<style>
a { background-color: #D0A53F; }
a { background-color: rgb(208,165,63); }
div.DivClassName
{
background-color: #D0A53F;
}
.BgClassName
{
background-color: #D0A53F;
}
</style>
border-color css
<style>
span { border-color: #D0A53F; }
span { border-color: rgb(208,165,63); }
td.TdClassName
{
border-color: #D0A53F;
}
.TagClassName
{
border-color: #D0A53F;
}
</style>