Shades of Metallic Gold #D6B334
Tints of Metallic Gold #D6B334
RGB
CMYK
RGB Variations
Color information
#D6B334 (or 0xD6B334) is known color: Metallic Gold. HEX triplet: D6, B3 and 34. RGB value is (214,179,52). Sum of RGB (Red+Green+Blue) = 214+179+52=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B334 is #294CCB. Grayscale: #AFAFAF. Windows color (decimal): -2706636 or 3453910. OLE color: 3453910.
HSL color Cylindrical-coordinate representation of color #D6B334: hue angle of 47.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6B334 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 52 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.16 |
| HSL | 47.04º | 0.66% | 0.52% | - |
| HSV(B) | 47.04º | 0.76% | 0.84% | - |
| XYZ | 44.47 | 46.78 | 9.94 | - |
| YUV | 174.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 52 | 0 | 0.16 | 0.76 | 0.16 | 47.04 | 0.66 | 0.52 |
| Hex | D6 | B3 | 34 | 0 | 10 | 4C | 10 | 2F | 42 | 34 |
| Octal | 326 | 263 | 64 | 0 | 20 | 114 | 20 | 57 | 102 | 64 |
| Binary | 11010110 | 10110011 | 110100 | 0 | 10000 | 1001100 | 10000 | 101111 | 1000010 | 110100 |
Color Harmonies of #D6B334
Complementary color
Monochromatic Colors of #D6B334
Black with #D6B334
Text Example
Text Example
White with #D6B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B334; }
p { color: rgb(214,179,52); }
H1.HeaderClassName
{
color: #D6B334;
}
.AnyTagClassName
{
color: #D6B334;
}
</style>
background-color css
<style>
a { background-color: #D6B334; }
a { background-color: rgb(214,179,52); }
div.DivClassName
{
background-color: #D6B334;
}
.BgClassName
{
background-color: #D6B334;
}
</style>
border-color css
<style>
span { border-color: #D6B334; }
span { border-color: rgb(214,179,52); }
td.TdClassName
{
border-color: #D6B334;
}
.TagClassName
{
border-color: #D6B334;
}
</style>