Shades of Metallic Gold #D6AD3C
Tints of Metallic Gold #D6AD3C
RGB
CMYK
RGB Variations
Color information
#D6AD3C (or 0xD6AD3C) is known color: Metallic Gold. HEX triplet: D6, AD and 3C. RGB value is (214,173,60). Sum of RGB (Red+Green+Blue) = 214+173+60=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD3C is #2952C3. Grayscale: #ACACAC. Windows color (decimal): -2708164 or 3976662. OLE color: 3976662.
HSL color Cylindrical-coordinate representation of color #D6AD3C: hue angle of 44.03º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6AD3C is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 60 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.16 |
| HSL | 44.03º | 0.65% | 0.54% | - |
| HSV(B) | 44.03º | 0.72% | 0.84% | - |
| XYZ | 43.49 | 44.51 | 10.57 | - |
| YUV | 172.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 60 | 0 | 0.19 | 0.72 | 0.16 | 44.03 | 0.65 | 0.54 |
| Hex | D6 | AD | 3C | 0 | 13 | 48 | 10 | 2C | 41 | 36 |
| Octal | 326 | 255 | 74 | 0 | 23 | 110 | 20 | 54 | 101 | 66 |
| Binary | 11010110 | 10101101 | 111100 | 0 | 10011 | 1001000 | 10000 | 101100 | 1000001 | 110110 |
Color Harmonies of #D6AD3C
Complementary color
Monochromatic Colors of #D6AD3C
Black with #D6AD3C
Text Example
Text Example
White with #D6AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD3C; }
p { color: rgb(214,173,60); }
H1.HeaderClassName
{
color: #D6AD3C;
}
.AnyTagClassName
{
color: #D6AD3C;
}
</style>
background-color css
<style>
a { background-color: #D6AD3C; }
a { background-color: rgb(214,173,60); }
div.DivClassName
{
background-color: #D6AD3C;
}
.BgClassName
{
background-color: #D6AD3C;
}
</style>
border-color css
<style>
span { border-color: #D6AD3C; }
span { border-color: rgb(214,173,60); }
td.TdClassName
{
border-color: #D6AD3C;
}
.TagClassName
{
border-color: #D6AD3C;
}
</style>