Shades of Metallic Gold #D6A53D
Tints of Metallic Gold #D6A53D
RGB
CMYK
RGB Variations
Color information
#D6A53D (or 0xD6A53D) is known color: Metallic Gold. HEX triplet: D6, A5 and 3D. RGB value is (214,165,61). Sum of RGB (Red+Green+Blue) = 214+165+61=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A53D is #295AC2. Grayscale: #A8A8A8. Windows color (decimal): -2710211 or 4040150. OLE color: 4040150.
HSL color Cylindrical-coordinate representation of color #D6A53D: hue angle of 40.78º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6A53D is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 61 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.16 |
| HSL | 40.78º | 0.65% | 0.54% | - |
| HSV(B) | 40.78º | 0.71% | 0.84% | - |
| XYZ | 42.03 | 41.54 | 10.22 | - |
| YUV | 167.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 61 | 0 | 0.23 | 0.71 | 0.16 | 40.78 | 0.65 | 0.54 |
| Hex | D6 | A5 | 3D | 0 | 17 | 47 | 10 | 29 | 41 | 36 |
| Octal | 326 | 245 | 75 | 0 | 27 | 107 | 20 | 51 | 101 | 66 |
| Binary | 11010110 | 10100101 | 111101 | 0 | 10111 | 1000111 | 10000 | 101001 | 1000001 | 110110 |
Color Harmonies of #D6A53D
Complementary color
Monochromatic Colors of #D6A53D
Black with #D6A53D
Text Example
Text Example
White with #D6A53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A53D; }
p { color: rgb(214,165,61); }
H1.HeaderClassName
{
color: #D6A53D;
}
.AnyTagClassName
{
color: #D6A53D;
}
</style>
background-color css
<style>
a { background-color: #D6A53D; }
a { background-color: rgb(214,165,61); }
div.DivClassName
{
background-color: #D6A53D;
}
.BgClassName
{
background-color: #D6A53D;
}
</style>
border-color css
<style>
span { border-color: #D6A53D; }
span { border-color: rgb(214,165,61); }
td.TdClassName
{
border-color: #D6A53D;
}
.TagClassName
{
border-color: #D6A53D;
}
</style>