Shades of Metallic Gold #D5A63D
Tints of Metallic Gold #D5A63D
RGB
CMYK
RGB Variations
Color information
#D5A63D (or 0xD5A63D) is known color: Metallic Gold. HEX triplet: D5, A6 and 3D. RGB value is (213,166,61). Sum of RGB (Red+Green+Blue) = 213+166+61=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A63D is #2A59C2. Grayscale: #A8A8A8. Windows color (decimal): -2775491 or 4040405. OLE color: 4040405.
HSL color Cylindrical-coordinate representation of color #D5A63D: hue angle of 41.45º degrees, saturation: 0.64, 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 #D5A63D is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 61 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.16 |
| HSL | 41.45º | 0.64% | 0.54% | - |
| HSV(B) | 41.45º | 0.71% | 0.84% | - |
| XYZ | 41.92 | 41.76 | 10.27 | - |
| YUV | 168.08 | 67.57 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 61 | 0 | 0.22 | 0.71 | 0.16 | 41.45 | 0.64 | 0.54 |
| Hex | D5 | A6 | 3D | 0 | 16 | 47 | 10 | 29 | 40 | 36 |
| Octal | 325 | 246 | 75 | 0 | 26 | 107 | 20 | 51 | 100 | 66 |
| Binary | 11010101 | 10100110 | 111101 | 0 | 10110 | 1000111 | 10000 | 101001 | 1000000 | 110110 |
Color Harmonies of #D5A63D
Complementary color
Monochromatic Colors of #D5A63D
Black with #D5A63D
Text Example
Text Example
White with #D5A63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A63D; }
p { color: rgb(213,166,61); }
H1.HeaderClassName
{
color: #D5A63D;
}
.AnyTagClassName
{
color: #D5A63D;
}
</style>
background-color css
<style>
a { background-color: #D5A63D; }
a { background-color: rgb(213,166,61); }
div.DivClassName
{
background-color: #D5A63D;
}
.BgClassName
{
background-color: #D5A63D;
}
</style>
border-color css
<style>
span { border-color: #D5A63D; }
span { border-color: rgb(213,166,61); }
td.TdClassName
{
border-color: #D5A63D;
}
.TagClassName
{
border-color: #D5A63D;
}
</style>