Shades of Metallic Gold #D6A53A
Tints of Metallic Gold #D6A53A
RGB
CMYK
RGB Variations
Color information
#D6A53A (or 0xD6A53A) is known color: Metallic Gold. HEX triplet: D6, A5 and 3A. RGB value is (214,165,58). Sum of RGB (Red+Green+Blue) = 214+165+58=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A53A is #295AC5. Grayscale: #A7A7A7. Windows color (decimal): -2710214 or 3843542. OLE color: 3843542.
HSL color Cylindrical-coordinate representation of color #D6A53A: hue angle of 41.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6A53A is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 58 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.16 |
| HSL | 41.15º | 0.66% | 0.53% | - |
| HSV(B) | 41.15º | 0.73% | 0.84% | - |
| XYZ | 41.95 | 41.51 | 9.8 | - |
| YUV | 167.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 58 | 0 | 0.23 | 0.73 | 0.16 | 41.15 | 0.66 | 0.53 |
| Hex | D6 | A5 | 3A | 0 | 17 | 49 | 10 | 29 | 42 | 35 |
| Octal | 326 | 245 | 72 | 0 | 27 | 111 | 20 | 51 | 102 | 65 |
| Binary | 11010110 | 10100101 | 111010 | 0 | 10111 | 1001001 | 10000 | 101001 | 1000010 | 110101 |
Color Harmonies of #D6A53A
Complementary color
Monochromatic Colors of #D6A53A
Black with #D6A53A
Text Example
Text Example
White with #D6A53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A53A; }
p { color: rgb(214,165,58); }
H1.HeaderClassName
{
color: #D6A53A;
}
.AnyTagClassName
{
color: #D6A53A;
}
</style>
background-color css
<style>
a { background-color: #D6A53A; }
a { background-color: rgb(214,165,58); }
div.DivClassName
{
background-color: #D6A53A;
}
.BgClassName
{
background-color: #D6A53A;
}
</style>
border-color css
<style>
span { border-color: #D6A53A; }
span { border-color: rgb(214,165,58); }
td.TdClassName
{
border-color: #D6A53A;
}
.TagClassName
{
border-color: #D6A53A;
}
</style>