Shades of Metallic Gold #D4A93D
Tints of Metallic Gold #D4A93D
RGB
CMYK
RGB Variations
Color information
#D4A93D (or 0xD4A93D) is known color: Metallic Gold. HEX triplet: D4, A9 and 3D. RGB value is (212,169,61). Sum of RGB (Red+Green+Blue) = 212+169+61=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A93D is #2B56C2. Grayscale: #AAAAAA. Windows color (decimal): -2840259 or 4041172. OLE color: 4041172.
HSL color Cylindrical-coordinate representation of color #D4A93D: hue angle of 42.91º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4A93D is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 61 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.17 |
| HSL | 42.91º | 0.64% | 0.54% | - |
| HSV(B) | 42.91º | 0.71% | 0.83% | - |
| XYZ | 42.18 | 42.71 | 10.44 | - |
| YUV | 169.55 | 66.75 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 61 | 0 | 0.20 | 0.71 | 0.17 | 42.91 | 0.64 | 0.54 |
| Hex | D4 | A9 | 3D | 0 | 14 | 47 | 11 | 2B | 40 | 36 |
| Octal | 324 | 251 | 75 | 0 | 24 | 107 | 21 | 53 | 100 | 66 |
| Binary | 11010100 | 10101001 | 111101 | 0 | 10100 | 1000111 | 10001 | 101011 | 1000000 | 110110 |
Color Harmonies of #D4A93D
Complementary color
Monochromatic Colors of #D4A93D
Black with #D4A93D
Text Example
Text Example
White with #D4A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A93D; }
p { color: rgb(212,169,61); }
H1.HeaderClassName
{
color: #D4A93D;
}
.AnyTagClassName
{
color: #D4A93D;
}
</style>
background-color css
<style>
a { background-color: #D4A93D; }
a { background-color: rgb(212,169,61); }
div.DivClassName
{
background-color: #D4A93D;
}
.BgClassName
{
background-color: #D4A93D;
}
</style>
border-color css
<style>
span { border-color: #D4A93D; }
span { border-color: rgb(212,169,61); }
td.TdClassName
{
border-color: #D4A93D;
}
.TagClassName
{
border-color: #D4A93D;
}
</style>