Shades of Metallic Gold #D6A63B
Tints of Metallic Gold #D6A63B
RGB
CMYK
RGB Variations
Color information
#D6A63B (or 0xD6A63B) is known color: Metallic Gold. HEX triplet: D6, A6 and 3B. RGB value is (214,166,59). Sum of RGB (Red+Green+Blue) = 214+166+59=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A63B is #2959C4. Grayscale: #A8A8A8. Windows color (decimal): -2709957 or 3909334. OLE color: 3909334.
HSL color Cylindrical-coordinate representation of color #D6A63B: hue angle of 41.42º 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 #D6A63B is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 59 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.16 |
| HSL | 41.42º | 0.65% | 0.54% | - |
| HSV(B) | 41.42º | 0.72% | 0.84% | - |
| XYZ | 42.16 | 41.88 | 10 | - |
| YUV | 168.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 59 | 0 | 0.22 | 0.72 | 0.16 | 41.42 | 0.65 | 0.54 |
| Hex | D6 | A6 | 3B | 0 | 16 | 48 | 10 | 29 | 41 | 36 |
| Octal | 326 | 246 | 73 | 0 | 26 | 110 | 20 | 51 | 101 | 66 |
| Binary | 11010110 | 10100110 | 111011 | 0 | 10110 | 1001000 | 10000 | 101001 | 1000001 | 110110 |
Color Harmonies of #D6A63B
Complementary color
Monochromatic Colors of #D6A63B
Black with #D6A63B
Text Example
Text Example
White with #D6A63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A63B; }
p { color: rgb(214,166,59); }
H1.HeaderClassName
{
color: #D6A63B;
}
.AnyTagClassName
{
color: #D6A63B;
}
</style>
background-color css
<style>
a { background-color: #D6A63B; }
a { background-color: rgb(214,166,59); }
div.DivClassName
{
background-color: #D6A63B;
}
.BgClassName
{
background-color: #D6A63B;
}
</style>
border-color css
<style>
span { border-color: #D6A63B; }
span { border-color: rgb(214,166,59); }
td.TdClassName
{
border-color: #D6A63B;
}
.TagClassName
{
border-color: #D6A63B;
}
</style>