Shades of Metallic Gold #D5A33E
Tints of Metallic Gold #D5A33E
RGB
CMYK
RGB Variations
Color information
#D5A33E (or 0xD5A33E) is known color: Metallic Gold. HEX triplet: D5, A3 and 3E. RGB value is (213,163,62). Sum of RGB (Red+Green+Blue) = 213+163+62=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A33E is #2A5CC1. Grayscale: #A6A6A6. Windows color (decimal): -2776258 or 4105173. OLE color: 4105173.
HSL color Cylindrical-coordinate representation of color #D5A33E: hue angle of 40.13º 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 #D5A33E is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 62 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.16 |
| HSL | 40.13º | 0.64% | 0.54% | - |
| HSV(B) | 40.13º | 0.71% | 0.84% | - |
| XYZ | 41.41 | 40.69 | 10.23 | - |
| YUV | 166.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 62 | 0 | 0.23 | 0.71 | 0.16 | 40.13 | 0.64 | 0.54 |
| Hex | D5 | A3 | 3E | 0 | 17 | 47 | 10 | 28 | 40 | 36 |
| Octal | 325 | 243 | 76 | 0 | 27 | 107 | 20 | 50 | 100 | 66 |
| Binary | 11010101 | 10100011 | 111110 | 0 | 10111 | 1000111 | 10000 | 101000 | 1000000 | 110110 |
Color Harmonies of #D5A33E
Complementary color
Monochromatic Colors of #D5A33E
Black with #D5A33E
Text Example
Text Example
White with #D5A33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A33E; }
p { color: rgb(213,163,62); }
H1.HeaderClassName
{
color: #D5A33E;
}
.AnyTagClassName
{
color: #D5A33E;
}
</style>
background-color css
<style>
a { background-color: #D5A33E; }
a { background-color: rgb(213,163,62); }
div.DivClassName
{
background-color: #D5A33E;
}
.BgClassName
{
background-color: #D5A33E;
}
</style>
border-color css
<style>
span { border-color: #D5A33E; }
span { border-color: rgb(213,163,62); }
td.TdClassName
{
border-color: #D5A33E;
}
.TagClassName
{
border-color: #D5A33E;
}
</style>