Shades of Metallic Gold #D7B02C
Tints of Metallic Gold #D7B02C
RGB
CMYK
RGB Variations
Color information
#D7B02C (or 0xD7B02C) is known color: Metallic Gold. HEX triplet: D7, B0 and 2C. RGB value is (215,176,44). Sum of RGB (Red+Green+Blue) = 215+176+44=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B02C is #284FD3. Grayscale: #ADADAD. Windows color (decimal): -2641876 or 2928855. OLE color: 2928855.
HSL color Cylindrical-coordinate representation of color #D7B02C: hue angle of 46.32º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7B02C is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 44 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.16 |
| HSL | 46.32º | 0.68% | 0.51% | - |
| HSV(B) | 46.32º | 0.8% | 0.84% | - |
| XYZ | 44 | 45.68 | 8.88 | - |
| YUV | 172.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 44 | 0 | 0.18 | 0.80 | 0.16 | 46.32 | 0.68 | 0.51 |
| Hex | D7 | B0 | 2C | 0 | 12 | 50 | 10 | 2E | 44 | 33 |
| Octal | 327 | 260 | 54 | 0 | 22 | 120 | 20 | 56 | 104 | 63 |
| Binary | 11010111 | 10110000 | 101100 | 0 | 10010 | 1010000 | 10000 | 101110 | 1000100 | 110011 |
Color Harmonies of #D7B02C
Complementary color
Monochromatic Colors of #D7B02C
Black with #D7B02C
Text Example
Text Example
White with #D7B02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B02C; }
p { color: rgb(215,176,44); }
H1.HeaderClassName
{
color: #D7B02C;
}
.AnyTagClassName
{
color: #D7B02C;
}
</style>
background-color css
<style>
a { background-color: #D7B02C; }
a { background-color: rgb(215,176,44); }
div.DivClassName
{
background-color: #D7B02C;
}
.BgClassName
{
background-color: #D7B02C;
}
</style>
border-color css
<style>
span { border-color: #D7B02C; }
span { border-color: rgb(215,176,44); }
td.TdClassName
{
border-color: #D7B02C;
}
.TagClassName
{
border-color: #D7B02C;
}
</style>