Shades of Metallic Gold #D7B833
Tints of Metallic Gold #D7B833
RGB
CMYK
RGB Variations
Color information
#D7B833 (or 0xD7B833) is known color: Metallic Gold. HEX triplet: D7, B8 and 33. RGB value is (215,184,51). Sum of RGB (Red+Green+Blue) = 215+184+51=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B833 is #2847CC. Grayscale: #B2B2B2. Windows color (decimal): -2639821 or 3389655. OLE color: 3389655.
HSL color Cylindrical-coordinate representation of color #D7B833: hue angle of 48.66º 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 #D7B833 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 51 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.16 |
| HSL | 48.66º | 0.67% | 0.52% | - |
| HSV(B) | 48.66º | 0.76% | 0.84% | - |
| XYZ | 45.76 | 48.97 | 10.17 | - |
| YUV | 178.11 | 56.27 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 51 | 0 | 0.14 | 0.76 | 0.16 | 48.66 | 0.67 | 0.52 |
| Hex | D7 | B8 | 33 | 0 | E | 4C | 10 | 31 | 43 | 34 |
| Octal | 327 | 270 | 63 | 0 | 16 | 114 | 20 | 61 | 103 | 64 |
| Binary | 11010111 | 10111000 | 110011 | 0 | 1110 | 1001100 | 10000 | 110001 | 1000011 | 110100 |
Color Harmonies of #D7B833
Complementary color
Monochromatic Colors of #D7B833
Black with #D7B833
Text Example
Text Example
White with #D7B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B833; }
p { color: rgb(215,184,51); }
H1.HeaderClassName
{
color: #D7B833;
}
.AnyTagClassName
{
color: #D7B833;
}
</style>
background-color css
<style>
a { background-color: #D7B833; }
a { background-color: rgb(215,184,51); }
div.DivClassName
{
background-color: #D7B833;
}
.BgClassName
{
background-color: #D7B833;
}
</style>
border-color css
<style>
span { border-color: #D7B833; }
span { border-color: rgb(215,184,51); }
td.TdClassName
{
border-color: #D7B833;
}
.TagClassName
{
border-color: #D7B833;
}
</style>