Shades of Metallic Gold #D7B42C
Tints of Metallic Gold #D7B42C
RGB
CMYK
RGB Variations
Color information
#D7B42C (or 0xD7B42C) is known color: Metallic Gold. HEX triplet: D7, B4 and 2C. RGB value is (215,180,44). Sum of RGB (Red+Green+Blue) = 215+180+44=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B42C is #284BD3. Grayscale: #AFAFAF. Windows color (decimal): -2640852 or 2929879. OLE color: 2929879.
HSL color Cylindrical-coordinate representation of color #D7B42C: hue angle of 47.72º 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 #D7B42C is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 44 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.16 |
| HSL | 47.72º | 0.68% | 0.51% | - |
| HSV(B) | 47.72º | 0.8% | 0.84% | - |
| XYZ | 44.8 | 47.27 | 9.15 | - |
| YUV | 174.96 | 54.1 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 44 | 0 | 0.16 | 0.80 | 0.16 | 47.72 | 0.68 | 0.51 |
| Hex | D7 | B4 | 2C | 0 | 10 | 50 | 10 | 30 | 44 | 33 |
| Octal | 327 | 264 | 54 | 0 | 20 | 120 | 20 | 60 | 104 | 63 |
| Binary | 11010111 | 10110100 | 101100 | 0 | 10000 | 1010000 | 10000 | 110000 | 1000100 | 110011 |
Color Harmonies of #D7B42C
Complementary color
Monochromatic Colors of #D7B42C
Black with #D7B42C
Text Example
Text Example
White with #D7B42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B42C; }
p { color: rgb(215,180,44); }
H1.HeaderClassName
{
color: #D7B42C;
}
.AnyTagClassName
{
color: #D7B42C;
}
</style>
background-color css
<style>
a { background-color: #D7B42C; }
a { background-color: rgb(215,180,44); }
div.DivClassName
{
background-color: #D7B42C;
}
.BgClassName
{
background-color: #D7B42C;
}
</style>
border-color css
<style>
span { border-color: #D7B42C; }
span { border-color: rgb(215,180,44); }
td.TdClassName
{
border-color: #D7B42C;
}
.TagClassName
{
border-color: #D7B42C;
}
</style>