Shades of Metallic Gold #D6B242
Tints of Metallic Gold #D6B242
RGB
CMYK
RGB Variations
Color information
#D6B242 (or 0xD6B242) is known color: Metallic Gold. HEX triplet: D6, B2 and 42. RGB value is (214,178,66). Sum of RGB (Red+Green+Blue) = 214+178+66=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B242 is #294DBD. Grayscale: #B0B0B0. Windows color (decimal): -2706878 or 4371158. OLE color: 4371158.
HSL color Cylindrical-coordinate representation of color #D6B242: hue angle of 45.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6B242 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 66 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.16 |
| HSL | 45.41º | 0.64% | 0.55% | - |
| HSV(B) | 45.41º | 0.69% | 0.84% | - |
| XYZ | 44.64 | 46.53 | 11.78 | - |
| YUV | 176 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 66 | 0 | 0.17 | 0.69 | 0.16 | 45.41 | 0.64 | 0.55 |
| Hex | D6 | B2 | 42 | 0 | 11 | 45 | 10 | 2D | 40 | 37 |
| Octal | 326 | 262 | 102 | 0 | 21 | 105 | 20 | 55 | 100 | 67 |
| Binary | 11010110 | 10110010 | 1000010 | 0 | 10001 | 1000101 | 10000 | 101101 | 1000000 | 110111 |
Color Harmonies of #D6B242
Complementary color
Monochromatic Colors of #D6B242
Black with #D6B242
Text Example
Text Example
White with #D6B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B242; }
p { color: rgb(214,178,66); }
H1.HeaderClassName
{
color: #D6B242;
}
.AnyTagClassName
{
color: #D6B242;
}
</style>
background-color css
<style>
a { background-color: #D6B242; }
a { background-color: rgb(214,178,66); }
div.DivClassName
{
background-color: #D6B242;
}
.BgClassName
{
background-color: #D6B242;
}
</style>
border-color css
<style>
span { border-color: #D6B242; }
span { border-color: rgb(214,178,66); }
td.TdClassName
{
border-color: #D6B242;
}
.TagClassName
{
border-color: #D6B242;
}
</style>