Shades of Metallic Gold #D0A43A
Tints of Metallic Gold #D0A43A
RGB
CMYK
RGB Variations
Color information
#D0A43A (or 0xD0A43A) is known color: Metallic Gold. HEX triplet: D0, A4 and 3A. RGB value is (208,164,58). Sum of RGB (Red+Green+Blue) = 208+164+58=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A43A is #2F5BC5. Grayscale: #A5A5A5. Windows color (decimal): -3103686 or 3843280. OLE color: 3843280.
HSL color Cylindrical-coordinate representation of color #D0A43A: hue angle of 42.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0A43A is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 58 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.18 |
| HSL | 42.4º | 0.61% | 0.52% | - |
| HSV(B) | 42.4º | 0.72% | 0.82% | - |
| XYZ | 40.05 | 40.27 | 9.66 | - |
| YUV | 165.07 | 67.58 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 58 | 0 | 0.21 | 0.72 | 0.18 | 42.4 | 0.61 | 0.52 |
| Hex | D0 | A4 | 3A | 0 | 15 | 48 | 12 | 2A | 3D | 34 |
| Octal | 320 | 244 | 72 | 0 | 25 | 110 | 22 | 52 | 75 | 64 |
| Binary | 11010000 | 10100100 | 111010 | 0 | 10101 | 1001000 | 10010 | 101010 | 111101 | 110100 |
Color Harmonies of #D0A43A
Complementary color
Monochromatic Colors of #D0A43A
Black with #D0A43A
Text Example
Text Example
White with #D0A43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A43A; }
p { color: rgb(208,164,58); }
H1.HeaderClassName
{
color: #D0A43A;
}
.AnyTagClassName
{
color: #D0A43A;
}
</style>
background-color css
<style>
a { background-color: #D0A43A; }
a { background-color: rgb(208,164,58); }
div.DivClassName
{
background-color: #D0A43A;
}
.BgClassName
{
background-color: #D0A43A;
}
</style>
border-color css
<style>
span { border-color: #D0A43A; }
span { border-color: rgb(208,164,58); }
td.TdClassName
{
border-color: #D0A43A;
}
.TagClassName
{
border-color: #D0A43A;
}
</style>