Shades of Metallic Gold #D7B32D
Tints of Metallic Gold #D7B32D
RGB
CMYK
RGB Variations
Color information
#D7B32D (or 0xD7B32D) is known color: Metallic Gold. HEX triplet: D7, B3 and 2D. RGB value is (215,179,45). Sum of RGB (Red+Green+Blue) = 215+179+45=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B32D is #284CD2. Grayscale: #AFAFAF. Windows color (decimal): -2641107 or 2995159. OLE color: 2995159.
HSL color Cylindrical-coordinate representation of color #D7B32D: hue angle of 47.29º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7B32D is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 45 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.16 |
| HSL | 47.29º | 0.68% | 0.51% | - |
| HSV(B) | 47.29º | 0.79% | 0.84% | - |
| XYZ | 44.62 | 46.88 | 9.18 | - |
| YUV | 174.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 45 | 0 | 0.17 | 0.79 | 0.16 | 47.29 | 0.68 | 0.51 |
| Hex | D7 | B3 | 2D | 0 | 11 | 4F | 10 | 2F | 44 | 33 |
| Octal | 327 | 263 | 55 | 0 | 21 | 117 | 20 | 57 | 104 | 63 |
| Binary | 11010111 | 10110011 | 101101 | 0 | 10001 | 1001111 | 10000 | 101111 | 1000100 | 110011 |
Color Harmonies of #D7B32D
Complementary color
Monochromatic Colors of #D7B32D
Black with #D7B32D
Text Example
Text Example
White with #D7B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B32D; }
p { color: rgb(215,179,45); }
H1.HeaderClassName
{
color: #D7B32D;
}
.AnyTagClassName
{
color: #D7B32D;
}
</style>
background-color css
<style>
a { background-color: #D7B32D; }
a { background-color: rgb(215,179,45); }
div.DivClassName
{
background-color: #D7B32D;
}
.BgClassName
{
background-color: #D7B32D;
}
</style>
border-color css
<style>
span { border-color: #D7B32D; }
span { border-color: rgb(215,179,45); }
td.TdClassName
{
border-color: #D7B32D;
}
.TagClassName
{
border-color: #D7B32D;
}
</style>