Shades of Metallic Gold #D6AF45
Tints of Metallic Gold #D6AF45
RGB
CMYK
RGB Variations
Color information
#D6AF45 (or 0xD6AF45) is known color: Metallic Gold. HEX triplet: D6, AF and 45. RGB value is (214,175,69). Sum of RGB (Red+Green+Blue) = 214+175+69=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF45 is #2950BA. Grayscale: #AFAFAF. Windows color (decimal): -2707643 or 4566998. OLE color: 4566998.
HSL color Cylindrical-coordinate representation of color #D6AF45: hue angle of 43.86º 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 #D6AF45 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 69 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.16 |
| HSL | 43.86º | 0.64% | 0.55% | - |
| HSV(B) | 43.86º | 0.68% | 0.84% | - |
| XYZ | 44.14 | 45.39 | 12.06 | - |
| YUV | 174.58 | 68.42 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 69 | 0 | 0.18 | 0.68 | 0.16 | 43.86 | 0.64 | 0.55 |
| Hex | D6 | AF | 45 | 0 | 12 | 44 | 10 | 2C | 40 | 37 |
| Octal | 326 | 257 | 105 | 0 | 22 | 104 | 20 | 54 | 100 | 67 |
| Binary | 11010110 | 10101111 | 1000101 | 0 | 10010 | 1000100 | 10000 | 101100 | 1000000 | 110111 |
Color Harmonies of #D6AF45
Complementary color
Monochromatic Colors of #D6AF45
Black with #D6AF45
Text Example
Text Example
White with #D6AF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF45; }
p { color: rgb(214,175,69); }
H1.HeaderClassName
{
color: #D6AF45;
}
.AnyTagClassName
{
color: #D6AF45;
}
</style>
background-color css
<style>
a { background-color: #D6AF45; }
a { background-color: rgb(214,175,69); }
div.DivClassName
{
background-color: #D6AF45;
}
.BgClassName
{
background-color: #D6AF45;
}
</style>
border-color css
<style>
span { border-color: #D6AF45; }
span { border-color: rgb(214,175,69); }
td.TdClassName
{
border-color: #D6AF45;
}
.TagClassName
{
border-color: #D6AF45;
}
</style>