Shades of Metallic Gold #D3A93D
Tints of Metallic Gold #D3A93D
RGB
CMYK
RGB Variations
Color information
#D3A93D (or 0xD3A93D) is known color: Metallic Gold. HEX triplet: D3, A9 and 3D. RGB value is (211,169,61). Sum of RGB (Red+Green+Blue) = 211+169+61=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A93D is #2C56C2. Grayscale: #A9A9A9. Windows color (decimal): -2905795 or 4041171. OLE color: 4041171.
HSL color Cylindrical-coordinate representation of color #D3A93D: hue angle of 43.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3A93D is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 61 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.17 |
| HSL | 43.2º | 0.63% | 0.53% | - |
| HSV(B) | 43.2º | 0.71% | 0.83% | - |
| XYZ | 41.89 | 42.56 | 10.42 | - |
| YUV | 169.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 61 | 0 | 0.20 | 0.71 | 0.17 | 43.2 | 0.63 | 0.53 |
| Hex | D3 | A9 | 3D | 0 | 14 | 47 | 11 | 2B | 3F | 35 |
| Octal | 323 | 251 | 75 | 0 | 24 | 107 | 21 | 53 | 77 | 65 |
| Binary | 11010011 | 10101001 | 111101 | 0 | 10100 | 1000111 | 10001 | 101011 | 111111 | 110101 |
Color Harmonies of #D3A93D
Complementary color
Monochromatic Colors of #D3A93D
Black with #D3A93D
Text Example
Text Example
White with #D3A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A93D; }
p { color: rgb(211,169,61); }
H1.HeaderClassName
{
color: #D3A93D;
}
.AnyTagClassName
{
color: #D3A93D;
}
</style>
background-color css
<style>
a { background-color: #D3A93D; }
a { background-color: rgb(211,169,61); }
div.DivClassName
{
background-color: #D3A93D;
}
.BgClassName
{
background-color: #D3A93D;
}
</style>
border-color css
<style>
span { border-color: #D3A93D; }
span { border-color: rgb(211,169,61); }
td.TdClassName
{
border-color: #D3A93D;
}
.TagClassName
{
border-color: #D3A93D;
}
</style>