Shades of Metallic Gold #D5A535
Tints of Metallic Gold #D5A535
RGB
CMYK
RGB Variations
Color information
#D5A535 (or 0xD5A535) is known color: Metallic Gold. HEX triplet: D5, A5 and 35. RGB value is (213,165,53). Sum of RGB (Red+Green+Blue) = 213+165+53=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A535 is #2A5ACA. Grayscale: #A7A7A7. Windows color (decimal): -2775755 or 3515861. OLE color: 3515861.
HSL color Cylindrical-coordinate representation of color #D5A535: hue angle of 42º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5A535 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 53 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.16 |
| HSL | 42º | 0.66% | 0.52% | - |
| HSV(B) | 42º | 0.75% | 0.84% | - |
| XYZ | 41.54 | 41.31 | 9.15 | - |
| YUV | 166.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 53 | 0 | 0.23 | 0.75 | 0.16 | 42 | 0.66 | 0.52 |
| Hex | D5 | A5 | 35 | 0 | 17 | 4B | 10 | 2A | 42 | 34 |
| Octal | 325 | 245 | 65 | 0 | 27 | 113 | 20 | 52 | 102 | 64 |
| Binary | 11010101 | 10100101 | 110101 | 0 | 10111 | 1001011 | 10000 | 101010 | 1000010 | 110100 |
Color Harmonies of #D5A535
Complementary color
Monochromatic Colors of #D5A535
Black with #D5A535
Text Example
Text Example
White with #D5A535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A535; }
p { color: rgb(213,165,53); }
H1.HeaderClassName
{
color: #D5A535;
}
.AnyTagClassName
{
color: #D5A535;
}
</style>
background-color css
<style>
a { background-color: #D5A535; }
a { background-color: rgb(213,165,53); }
div.DivClassName
{
background-color: #D5A535;
}
.BgClassName
{
background-color: #D5A535;
}
</style>
border-color css
<style>
span { border-color: #D5A535; }
span { border-color: rgb(213,165,53); }
td.TdClassName
{
border-color: #D5A535;
}
.TagClassName
{
border-color: #D5A535;
}
</style>