Shades of Metallic Gold #D7A533
Tints of Metallic Gold #D7A533
RGB
CMYK
RGB Variations
Color information
#D7A533 (or 0xD7A533) is known color: Metallic Gold. HEX triplet: D7, A5 and 33. RGB value is (215,165,51). Sum of RGB (Red+Green+Blue) = 215+165+51=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A533 is #285ACC. Grayscale: #A7A7A7. Windows color (decimal): -2644685 or 3384791. OLE color: 3384791.
HSL color Cylindrical-coordinate representation of color #D7A533: hue angle of 41.71º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7A533 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 165 | 51 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.16 |
| HSL | 41.71º | 0.67% | 0.52% | - |
| HSV(B) | 41.71º | 0.76% | 0.84% | - |
| XYZ | 42.08 | 41.6 | 8.94 | - |
| YUV | 166.95 | 62.57 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 165 | 51 | 0 | 0.23 | 0.76 | 0.16 | 41.71 | 0.67 | 0.52 |
| Hex | D7 | A5 | 33 | 0 | 17 | 4C | 10 | 2A | 43 | 34 |
| Octal | 327 | 245 | 63 | 0 | 27 | 114 | 20 | 52 | 103 | 64 |
| Binary | 11010111 | 10100101 | 110011 | 0 | 10111 | 1001100 | 10000 | 101010 | 1000011 | 110100 |
Color Harmonies of #D7A533
Complementary color
Monochromatic Colors of #D7A533
Black with #D7A533
Text Example
Text Example
White with #D7A533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A533; }
p { color: rgb(215,165,51); }
H1.HeaderClassName
{
color: #D7A533;
}
.AnyTagClassName
{
color: #D7A533;
}
</style>
background-color css
<style>
a { background-color: #D7A533; }
a { background-color: rgb(215,165,51); }
div.DivClassName
{
background-color: #D7A533;
}
.BgClassName
{
background-color: #D7A533;
}
</style>
border-color css
<style>
span { border-color: #D7A533; }
span { border-color: rgb(215,165,51); }
td.TdClassName
{
border-color: #D7A533;
}
.TagClassName
{
border-color: #D7A533;
}
</style>