Shades of Metallic Gold #D7A832
Tints of Metallic Gold #D7A832
RGB
CMYK
RGB Variations
Color information
#D7A832 (or 0xD7A832) is known color: Metallic Gold. HEX triplet: D7, A8 and 32. RGB value is (215,168,50). Sum of RGB (Red+Green+Blue) = 215+168+50=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A832 is #2857CD. Grayscale: #A9A9A9. Windows color (decimal): -2643918 or 3320023. OLE color: 3320023.
HSL color Cylindrical-coordinate representation of color #D7A832: hue angle of 42.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7A832 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 50 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.16 |
| HSL | 42.91º | 0.67% | 0.52% | - |
| HSV(B) | 42.91º | 0.77% | 0.84% | - |
| XYZ | 42.6 | 42.68 | 9.01 | - |
| YUV | 168.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 50 | 0 | 0.22 | 0.77 | 0.16 | 42.91 | 0.67 | 0.52 |
| Hex | D7 | A8 | 32 | 0 | 16 | 4D | 10 | 2B | 43 | 34 |
| Octal | 327 | 250 | 62 | 0 | 26 | 115 | 20 | 53 | 103 | 64 |
| Binary | 11010111 | 10101000 | 110010 | 0 | 10110 | 1001101 | 10000 | 101011 | 1000011 | 110100 |
Color Harmonies of #D7A832
Complementary color
Monochromatic Colors of #D7A832
Black with #D7A832
Text Example
Text Example
White with #D7A832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A832; }
p { color: rgb(215,168,50); }
H1.HeaderClassName
{
color: #D7A832;
}
.AnyTagClassName
{
color: #D7A832;
}
</style>
background-color css
<style>
a { background-color: #D7A832; }
a { background-color: rgb(215,168,50); }
div.DivClassName
{
background-color: #D7A832;
}
.BgClassName
{
background-color: #D7A832;
}
</style>
border-color css
<style>
span { border-color: #D7A832; }
span { border-color: rgb(215,168,50); }
td.TdClassName
{
border-color: #D7A832;
}
.TagClassName
{
border-color: #D7A832;
}
</style>