Shades of Metallic Gold #D0A343
Tints of Metallic Gold #D0A343
RGB
CMYK
RGB Variations
Color information
#D0A343 (or 0xD0A343) is known color: Metallic Gold. HEX triplet: D0, A3 and 43. RGB value is (208,163,67). Sum of RGB (Red+Green+Blue) = 208+163+67=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A343 is #2F5CBC. Grayscale: #A5A5A5. Windows color (decimal): -3103933 or 4432848. OLE color: 4432848.
HSL color Cylindrical-coordinate representation of color #D0A343: hue angle of 40.85º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0A343 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 67 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.18 |
| HSL | 40.85º | 0.6% | 0.54% | - |
| HSV(B) | 40.85º | 0.68% | 0.82% | - |
| XYZ | 40.12 | 40.01 | 10.92 | - |
| YUV | 165.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 67 | 0 | 0.22 | 0.68 | 0.18 | 40.85 | 0.6 | 0.54 |
| Hex | D0 | A3 | 43 | 0 | 16 | 44 | 12 | 29 | 3C | 36 |
| Octal | 320 | 243 | 103 | 0 | 26 | 104 | 22 | 51 | 74 | 66 |
| Binary | 11010000 | 10100011 | 1000011 | 0 | 10110 | 1000100 | 10010 | 101001 | 111100 | 110110 |
Color Harmonies of #D0A343
Complementary color
Monochromatic Colors of #D0A343
Black with #D0A343
Text Example
Text Example
White with #D0A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A343; }
p { color: rgb(208,163,67); }
H1.HeaderClassName
{
color: #D0A343;
}
.AnyTagClassName
{
color: #D0A343;
}
</style>
background-color css
<style>
a { background-color: #D0A343; }
a { background-color: rgb(208,163,67); }
div.DivClassName
{
background-color: #D0A343;
}
.BgClassName
{
background-color: #D0A343;
}
</style>
border-color css
<style>
span { border-color: #D0A343; }
span { border-color: rgb(208,163,67); }
td.TdClassName
{
border-color: #D0A343;
}
.TagClassName
{
border-color: #D0A343;
}
</style>