Shades of Metallic Gold #D4A83D
Tints of Metallic Gold #D4A83D
RGB
CMYK
RGB Variations
Color information
#D4A83D (or 0xD4A83D) is known color: Metallic Gold. HEX triplet: D4, A8 and 3D. RGB value is (212,168,61). Sum of RGB (Red+Green+Blue) = 212+168+61=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A83D is #2B57C2. Grayscale: #A9A9A9. Windows color (decimal): -2840515 or 4040916. OLE color: 4040916.
HSL color Cylindrical-coordinate representation of color #D4A83D: hue angle of 42.52º 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 #D4A83D is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 61 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.17 |
| HSL | 42.52º | 0.64% | 0.54% | - |
| HSV(B) | 42.52º | 0.71% | 0.83% | - |
| XYZ | 42 | 42.34 | 10.37 | - |
| YUV | 168.96 | 67.08 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 61 | 0 | 0.21 | 0.71 | 0.17 | 42.52 | 0.64 | 0.54 |
| Hex | D4 | A8 | 3D | 0 | 15 | 47 | 11 | 2B | 40 | 36 |
| Octal | 324 | 250 | 75 | 0 | 25 | 107 | 21 | 53 | 100 | 66 |
| Binary | 11010100 | 10101000 | 111101 | 0 | 10101 | 1000111 | 10001 | 101011 | 1000000 | 110110 |
Color Harmonies of #D4A83D
Complementary color
Monochromatic Colors of #D4A83D
Black with #D4A83D
Text Example
Text Example
White with #D4A83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A83D; }
p { color: rgb(212,168,61); }
H1.HeaderClassName
{
color: #D4A83D;
}
.AnyTagClassName
{
color: #D4A83D;
}
</style>
background-color css
<style>
a { background-color: #D4A83D; }
a { background-color: rgb(212,168,61); }
div.DivClassName
{
background-color: #D4A83D;
}
.BgClassName
{
background-color: #D4A83D;
}
</style>
border-color css
<style>
span { border-color: #D4A83D; }
span { border-color: rgb(212,168,61); }
td.TdClassName
{
border-color: #D4A83D;
}
.TagClassName
{
border-color: #D4A83D;
}
</style>