Shades of Metallic Gold #D4A83C
Tints of Metallic Gold #D4A83C
RGB
CMYK
RGB Variations
Color information
#D4A83C (or 0xD4A83C) is known color: Metallic Gold. HEX triplet: D4, A8 and 3C. RGB value is (212,168,60). Sum of RGB (Red+Green+Blue) = 212+168+60=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A83C is #2B57C3. Grayscale: #A9A9A9. Windows color (decimal): -2840516 or 3975380. OLE color: 3975380.
HSL color Cylindrical-coordinate representation of color #D4A83C: hue angle of 42.63º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4A83C is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 60 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.17 |
| HSL | 42.63º | 0.64% | 0.53% | - |
| HSV(B) | 42.63º | 0.72% | 0.83% | - |
| XYZ | 41.97 | 42.33 | 10.23 | - |
| YUV | 168.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 60 | 0 | 0.21 | 0.72 | 0.17 | 42.63 | 0.64 | 0.53 |
| Hex | D4 | A8 | 3C | 0 | 15 | 48 | 11 | 2B | 40 | 35 |
| Octal | 324 | 250 | 74 | 0 | 25 | 110 | 21 | 53 | 100 | 65 |
| Binary | 11010100 | 10101000 | 111100 | 0 | 10101 | 1001000 | 10001 | 101011 | 1000000 | 110101 |
Color Harmonies of #D4A83C
Complementary color
Monochromatic Colors of #D4A83C
Black with #D4A83C
Text Example
Text Example
White with #D4A83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A83C; }
p { color: rgb(212,168,60); }
H1.HeaderClassName
{
color: #D4A83C;
}
.AnyTagClassName
{
color: #D4A83C;
}
</style>
background-color css
<style>
a { background-color: #D4A83C; }
a { background-color: rgb(212,168,60); }
div.DivClassName
{
background-color: #D4A83C;
}
.BgClassName
{
background-color: #D4A83C;
}
</style>
border-color css
<style>
span { border-color: #D4A83C; }
span { border-color: rgb(212,168,60); }
td.TdClassName
{
border-color: #D4A83C;
}
.TagClassName
{
border-color: #D4A83C;
}
</style>