Shades of Metallic Gold #D6AD45
Tints of Metallic Gold #D6AD45
RGB
CMYK
RGB Variations
Color information
#D6AD45 (or 0xD6AD45) is known color: Metallic Gold. HEX triplet: D6, AD and 45. RGB value is (214,173,69). Sum of RGB (Red+Green+Blue) = 214+173+69=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD45 is #2952BA. Grayscale: #ADADAD. Windows color (decimal): -2708155 or 4566486. OLE color: 4566486.
HSL color Cylindrical-coordinate representation of color #D6AD45: hue angle of 43.03º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6AD45 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 69 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.16 |
| HSL | 43.03º | 0.64% | 0.55% | - |
| HSV(B) | 43.03º | 0.68% | 0.84% | - |
| XYZ | 43.75 | 44.61 | 11.94 | - |
| YUV | 173.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 69 | 0 | 0.19 | 0.68 | 0.16 | 43.03 | 0.64 | 0.55 |
| Hex | D6 | AD | 45 | 0 | 13 | 44 | 10 | 2B | 40 | 37 |
| Octal | 326 | 255 | 105 | 0 | 23 | 104 | 20 | 53 | 100 | 67 |
| Binary | 11010110 | 10101101 | 1000101 | 0 | 10011 | 1000100 | 10000 | 101011 | 1000000 | 110111 |
Color Harmonies of #D6AD45
Complementary color
Monochromatic Colors of #D6AD45
Black with #D6AD45
Text Example
Text Example
White with #D6AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD45; }
p { color: rgb(214,173,69); }
H1.HeaderClassName
{
color: #D6AD45;
}
.AnyTagClassName
{
color: #D6AD45;
}
</style>
background-color css
<style>
a { background-color: #D6AD45; }
a { background-color: rgb(214,173,69); }
div.DivClassName
{
background-color: #D6AD45;
}
.BgClassName
{
background-color: #D6AD45;
}
</style>
border-color css
<style>
span { border-color: #D6AD45; }
span { border-color: rgb(214,173,69); }
td.TdClassName
{
border-color: #D6AD45;
}
.TagClassName
{
border-color: #D6AD45;
}
</style>