Shades of Metallic Gold #D5A638
Tints of Metallic Gold #D5A638
RGB
CMYK
RGB Variations
Color information
#D5A638 (or 0xD5A638) is known color: Metallic Gold. HEX triplet: D5, A6 and 38. RGB value is (213,166,56). Sum of RGB (Red+Green+Blue) = 213+166+56=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A638 is #2A59C7. Grayscale: #A8A8A8. Windows color (decimal): -2775496 or 3712725. OLE color: 3712725.
HSL color Cylindrical-coordinate representation of color #D5A638: hue angle of 42.04º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5A638 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 56 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.16 |
| HSL | 42.04º | 0.65% | 0.53% | - |
| HSV(B) | 42.04º | 0.74% | 0.84% | - |
| XYZ | 41.79 | 41.7 | 9.59 | - |
| YUV | 167.51 | 65.07 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 56 | 0 | 0.22 | 0.74 | 0.16 | 42.04 | 0.65 | 0.53 |
| Hex | D5 | A6 | 38 | 0 | 16 | 4A | 10 | 2A | 41 | 35 |
| Octal | 325 | 246 | 70 | 0 | 26 | 112 | 20 | 52 | 101 | 65 |
| Binary | 11010101 | 10100110 | 111000 | 0 | 10110 | 1001010 | 10000 | 101010 | 1000001 | 110101 |
Color Harmonies of #D5A638
Complementary color
Monochromatic Colors of #D5A638
Black with #D5A638
Text Example
Text Example
White with #D5A638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A638; }
p { color: rgb(213,166,56); }
H1.HeaderClassName
{
color: #D5A638;
}
.AnyTagClassName
{
color: #D5A638;
}
</style>
background-color css
<style>
a { background-color: #D5A638; }
a { background-color: rgb(213,166,56); }
div.DivClassName
{
background-color: #D5A638;
}
.BgClassName
{
background-color: #D5A638;
}
</style>
border-color css
<style>
span { border-color: #D5A638; }
span { border-color: rgb(213,166,56); }
td.TdClassName
{
border-color: #D5A638;
}
.TagClassName
{
border-color: #D5A638;
}
</style>