Shades of Metallic Gold #D0AC3A
Tints of Metallic Gold #D0AC3A
RGB
CMYK
RGB Variations
Color information
#D0AC3A (or 0xD0AC3A) is known color: Metallic Gold. HEX triplet: D0, AC and 3A. RGB value is (208,172,58). Sum of RGB (Red+Green+Blue) = 208+172+58=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC3A is #2F53C5. Grayscale: #AAAAAA. Windows color (decimal): -3101638 or 3845328. OLE color: 3845328.
HSL color Cylindrical-coordinate representation of color #D0AC3A: hue angle of 45.6º 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 #D0AC3A is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 58 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.18 |
| HSL | 45.6º | 0.61% | 0.52% | - |
| HSV(B) | 45.6º | 0.72% | 0.82% | - |
| XYZ | 41.53 | 43.22 | 10.16 | - |
| YUV | 169.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 58 | 0 | 0.17 | 0.72 | 0.18 | 45.6 | 0.61 | 0.52 |
| Hex | D0 | AC | 3A | 0 | 11 | 48 | 12 | 2E | 3D | 34 |
| Octal | 320 | 254 | 72 | 0 | 21 | 110 | 22 | 56 | 75 | 64 |
| Binary | 11010000 | 10101100 | 111010 | 0 | 10001 | 1001000 | 10010 | 101110 | 111101 | 110100 |
Color Harmonies of #D0AC3A
Complementary color
Monochromatic Colors of #D0AC3A
Black with #D0AC3A
Text Example
Text Example
White with #D0AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC3A; }
p { color: rgb(208,172,58); }
H1.HeaderClassName
{
color: #D0AC3A;
}
.AnyTagClassName
{
color: #D0AC3A;
}
</style>
background-color css
<style>
a { background-color: #D0AC3A; }
a { background-color: rgb(208,172,58); }
div.DivClassName
{
background-color: #D0AC3A;
}
.BgClassName
{
background-color: #D0AC3A;
}
</style>
border-color css
<style>
span { border-color: #D0AC3A; }
span { border-color: rgb(208,172,58); }
td.TdClassName
{
border-color: #D0AC3A;
}
.TagClassName
{
border-color: #D0AC3A;
}
</style>