Shades of Metallic Gold #D6AF3C
Tints of Metallic Gold #D6AF3C
RGB
CMYK
RGB Variations
Color information
#D6AF3C (or 0xD6AF3C) is known color: Metallic Gold. HEX triplet: D6, AF and 3C. RGB value is (214,175,60). Sum of RGB (Red+Green+Blue) = 214+175+60=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF3C is #2950C3. Grayscale: #AEAEAE. Windows color (decimal): -2707652 or 3977174. OLE color: 3977174.
HSL color Cylindrical-coordinate representation of color #D6AF3C: hue angle of 44.81º 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 #D6AF3C is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 60 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.16 |
| HSL | 44.81º | 0.65% | 0.54% | - |
| HSV(B) | 44.81º | 0.72% | 0.84% | - |
| XYZ | 43.88 | 45.28 | 10.7 | - |
| YUV | 173.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 60 | 0 | 0.18 | 0.72 | 0.16 | 44.81 | 0.65 | 0.54 |
| Hex | D6 | AF | 3C | 0 | 12 | 48 | 10 | 2D | 41 | 36 |
| Octal | 326 | 257 | 74 | 0 | 22 | 110 | 20 | 55 | 101 | 66 |
| Binary | 11010110 | 10101111 | 111100 | 0 | 10010 | 1001000 | 10000 | 101101 | 1000001 | 110110 |
Color Harmonies of #D6AF3C
Complementary color
Monochromatic Colors of #D6AF3C
Black with #D6AF3C
Text Example
Text Example
White with #D6AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF3C; }
p { color: rgb(214,175,60); }
H1.HeaderClassName
{
color: #D6AF3C;
}
.AnyTagClassName
{
color: #D6AF3C;
}
</style>
background-color css
<style>
a { background-color: #D6AF3C; }
a { background-color: rgb(214,175,60); }
div.DivClassName
{
background-color: #D6AF3C;
}
.BgClassName
{
background-color: #D6AF3C;
}
</style>
border-color css
<style>
span { border-color: #D6AF3C; }
span { border-color: rgb(214,175,60); }
td.TdClassName
{
border-color: #D6AF3C;
}
.TagClassName
{
border-color: #D6AF3C;
}
</style>