Shades of Metallic Gold #D5A33A
Tints of Metallic Gold #D5A33A
RGB
CMYK
RGB Variations
Color information
#D5A33A (or 0xD5A33A) is known color: Metallic Gold. HEX triplet: D5, A3 and 3A. RGB value is (213,163,58). Sum of RGB (Red+Green+Blue) = 213+163+58=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A33A is #2A5CC5. Grayscale: #A6A6A6. Windows color (decimal): -2776262 or 3843029. OLE color: 3843029.
HSL color Cylindrical-coordinate representation of color #D5A33A: hue angle of 40.65º degrees, saturation: 0.65, 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 #D5A33A is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 58 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.16 |
| HSL | 40.65º | 0.65% | 0.53% | - |
| HSV(B) | 40.65º | 0.73% | 0.84% | - |
| XYZ | 41.3 | 40.65 | 9.67 | - |
| YUV | 165.98 | 67.07 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 58 | 0 | 0.23 | 0.73 | 0.16 | 40.65 | 0.65 | 0.53 |
| Hex | D5 | A3 | 3A | 0 | 17 | 49 | 10 | 29 | 41 | 35 |
| Octal | 325 | 243 | 72 | 0 | 27 | 111 | 20 | 51 | 101 | 65 |
| Binary | 11010101 | 10100011 | 111010 | 0 | 10111 | 1001001 | 10000 | 101001 | 1000001 | 110101 |
Color Harmonies of #D5A33A
Complementary color
Monochromatic Colors of #D5A33A
Black with #D5A33A
Text Example
Text Example
White with #D5A33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A33A; }
p { color: rgb(213,163,58); }
H1.HeaderClassName
{
color: #D5A33A;
}
.AnyTagClassName
{
color: #D5A33A;
}
</style>
background-color css
<style>
a { background-color: #D5A33A; }
a { background-color: rgb(213,163,58); }
div.DivClassName
{
background-color: #D5A33A;
}
.BgClassName
{
background-color: #D5A33A;
}
</style>
border-color css
<style>
span { border-color: #D5A33A; }
span { border-color: rgb(213,163,58); }
td.TdClassName
{
border-color: #D5A33A;
}
.TagClassName
{
border-color: #D5A33A;
}
</style>