Shades of Metallic Gold #D6B140
Tints of Metallic Gold #D6B140
RGB
CMYK
RGB Variations
Color information
#D6B140 (or 0xD6B140) is known color: Metallic Gold. HEX triplet: D6, B1 and 40. RGB value is (214,177,64). Sum of RGB (Red+Green+Blue) = 214+177+64=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B140 is #294EBF. Grayscale: #AFAFAF. Windows color (decimal): -2707136 or 4239830. OLE color: 4239830.
HSL color Cylindrical-coordinate representation of color #D6B140: hue angle of 45.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6B140 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 64 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.16 |
| HSL | 45.2º | 0.65% | 0.55% | - |
| HSV(B) | 45.2º | 0.7% | 0.84% | - |
| XYZ | 44.38 | 46.11 | 11.41 | - |
| YUV | 175.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 64 | 0 | 0.17 | 0.70 | 0.16 | 45.2 | 0.65 | 0.55 |
| Hex | D6 | B1 | 40 | 0 | 11 | 46 | 10 | 2D | 41 | 37 |
| Octal | 326 | 261 | 100 | 0 | 21 | 106 | 20 | 55 | 101 | 67 |
| Binary | 11010110 | 10110001 | 1000000 | 0 | 10001 | 1000110 | 10000 | 101101 | 1000001 | 110111 |
Color Harmonies of #D6B140
Complementary color
Monochromatic Colors of #D6B140
Black with #D6B140
Text Example
Text Example
White with #D6B140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B140; }
p { color: rgb(214,177,64); }
H1.HeaderClassName
{
color: #D6B140;
}
.AnyTagClassName
{
color: #D6B140;
}
</style>
background-color css
<style>
a { background-color: #D6B140; }
a { background-color: rgb(214,177,64); }
div.DivClassName
{
background-color: #D6B140;
}
.BgClassName
{
background-color: #D6B140;
}
</style>
border-color css
<style>
span { border-color: #D6B140; }
span { border-color: rgb(214,177,64); }
td.TdClassName
{
border-color: #D6B140;
}
.TagClassName
{
border-color: #D6B140;
}
</style>