Shades of Metallic Gold #D7B335
Tints of Metallic Gold #D7B335
RGB
CMYK
RGB Variations
Color information
#D7B335 (or 0xD7B335) is known color: Metallic Gold. HEX triplet: D7, B3 and 35. RGB value is (215,179,53). Sum of RGB (Red+Green+Blue) = 215+179+53=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B335 is #284CCA. Grayscale: #AFAFAF. Windows color (decimal): -2641099 or 3519447. OLE color: 3519447.
HSL color Cylindrical-coordinate representation of color #D7B335: hue angle of 46.67º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7B335 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 53 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.16 |
| HSL | 46.67º | 0.67% | 0.53% | - |
| HSV(B) | 46.67º | 0.75% | 0.84% | - |
| XYZ | 44.79 | 46.94 | 10.07 | - |
| YUV | 175.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 53 | 0 | 0.17 | 0.75 | 0.16 | 46.67 | 0.67 | 0.53 |
| Hex | D7 | B3 | 35 | 0 | 11 | 4B | 10 | 2F | 43 | 35 |
| Octal | 327 | 263 | 65 | 0 | 21 | 113 | 20 | 57 | 103 | 65 |
| Binary | 11010111 | 10110011 | 110101 | 0 | 10001 | 1001011 | 10000 | 101111 | 1000011 | 110101 |
Color Harmonies of #D7B335
Complementary color
Monochromatic Colors of #D7B335
Black with #D7B335
Text Example
Text Example
White with #D7B335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B335; }
p { color: rgb(215,179,53); }
H1.HeaderClassName
{
color: #D7B335;
}
.AnyTagClassName
{
color: #D7B335;
}
</style>
background-color css
<style>
a { background-color: #D7B335; }
a { background-color: rgb(215,179,53); }
div.DivClassName
{
background-color: #D7B335;
}
.BgClassName
{
background-color: #D7B335;
}
</style>
border-color css
<style>
span { border-color: #D7B335; }
span { border-color: rgb(215,179,53); }
td.TdClassName
{
border-color: #D7B335;
}
.TagClassName
{
border-color: #D7B335;
}
</style>