Shades of Metallic Gold #D6A53B
Tints of Metallic Gold #D6A53B
RGB
CMYK
RGB Variations
Color information
#D6A53B (or 0xD6A53B) is known color: Metallic Gold. HEX triplet: D6, A5 and 3B. RGB value is (214,165,59). Sum of RGB (Red+Green+Blue) = 214+165+59=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A53B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A53B is #295AC4. Grayscale: #A8A8A8. Windows color (decimal): -2710213 or 3909078. OLE color: 3909078.
HSL color Cylindrical-coordinate representation of color #D6A53B: hue angle of 41.03º 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 #D6A53B is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 59 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.16 |
| HSL | 41.03º | 0.65% | 0.54% | - |
| HSV(B) | 41.03º | 0.72% | 0.84% | - |
| XYZ | 41.98 | 41.52 | 9.94 | - |
| YUV | 167.57 | 66.73 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 59 | 0 | 0.23 | 0.72 | 0.16 | 41.03 | 0.65 | 0.54 |
| Hex | D6 | A5 | 3B | 0 | 17 | 48 | 10 | 29 | 41 | 36 |
| Octal | 326 | 245 | 73 | 0 | 27 | 110 | 20 | 51 | 101 | 66 |
| Binary | 11010110 | 10100101 | 111011 | 0 | 10111 | 1001000 | 10000 | 101001 | 1000001 | 110110 |
Color Harmonies of #D6A53B
Complementary color
Monochromatic Colors of #D6A53B
Black with #D6A53B
Text Example
Text Example
White with #D6A53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A53B; }
p { color: rgb(214,165,59); }
H1.HeaderClassName
{
color: #D6A53B;
}
.AnyTagClassName
{
color: #D6A53B;
}
</style>
background-color css
<style>
a { background-color: #D6A53B; }
a { background-color: rgb(214,165,59); }
div.DivClassName
{
background-color: #D6A53B;
}
.BgClassName
{
background-color: #D6A53B;
}
</style>
border-color css
<style>
span { border-color: #D6A53B; }
span { border-color: rgb(214,165,59); }
td.TdClassName
{
border-color: #D6A53B;
}
.TagClassName
{
border-color: #D6A53B;
}
</style>