Shades of Metallic Gold #D7B52D
Tints of Metallic Gold #D7B52D
RGB
CMYK
RGB Variations
Color information
#D7B52D (or 0xD7B52D) is known color: Metallic Gold. HEX triplet: D7, B5 and 2D. RGB value is (215,181,45). Sum of RGB (Red+Green+Blue) = 215+181+45=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B52D is #284AD2. Grayscale: #B0B0B0. Windows color (decimal): -2640595 or 2995671. OLE color: 2995671.
HSL color Cylindrical-coordinate representation of color #D7B52D: hue angle of 48º 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 #D7B52D is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 45 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.16 |
| HSL | 48º | 0.68% | 0.51% | - |
| HSV(B) | 48º | 0.79% | 0.84% | - |
| XYZ | 45.02 | 47.68 | 9.31 | - |
| YUV | 175.66 | 54.26 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 45 | 0 | 0.16 | 0.79 | 0.16 | 48 | 0.68 | 0.51 |
| Hex | D7 | B5 | 2D | 0 | 10 | 4F | 10 | 30 | 44 | 33 |
| Octal | 327 | 265 | 55 | 0 | 20 | 117 | 20 | 60 | 104 | 63 |
| Binary | 11010111 | 10110101 | 101101 | 0 | 10000 | 1001111 | 10000 | 110000 | 1000100 | 110011 |
Color Harmonies of #D7B52D
Complementary color
Monochromatic Colors of #D7B52D
Black with #D7B52D
Text Example
Text Example
White with #D7B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B52D; }
p { color: rgb(215,181,45); }
H1.HeaderClassName
{
color: #D7B52D;
}
.AnyTagClassName
{
color: #D7B52D;
}
</style>
background-color css
<style>
a { background-color: #D7B52D; }
a { background-color: rgb(215,181,45); }
div.DivClassName
{
background-color: #D7B52D;
}
.BgClassName
{
background-color: #D7B52D;
}
</style>
border-color css
<style>
span { border-color: #D7B52D; }
span { border-color: rgb(215,181,45); }
td.TdClassName
{
border-color: #D7B52D;
}
.TagClassName
{
border-color: #D7B52D;
}
</style>