Shades of Metallic Gold #D7B038
Tints of Metallic Gold #D7B038
RGB
CMYK
RGB Variations
Color information
#D7B038 (or 0xD7B038) is known color: Metallic Gold. HEX triplet: D7, B0 and 38. RGB value is (215,176,56). Sum of RGB (Red+Green+Blue) = 215+176+56=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B038 is #284FC7. Grayscale: #AEAEAE. Windows color (decimal): -2641864 or 3715287. OLE color: 3715287.
HSL color Cylindrical-coordinate representation of color #D7B038: hue angle of 45.28º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7B038 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 56 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.16 |
| HSL | 45.28º | 0.67% | 0.53% | - |
| HSV(B) | 45.28º | 0.74% | 0.84% | - |
| XYZ | 44.26 | 45.78 | 10.25 | - |
| YUV | 173.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 56 | 0 | 0.18 | 0.74 | 0.16 | 45.28 | 0.67 | 0.53 |
| Hex | D7 | B0 | 38 | 0 | 12 | 4A | 10 | 2D | 43 | 35 |
| Octal | 327 | 260 | 70 | 0 | 22 | 112 | 20 | 55 | 103 | 65 |
| Binary | 11010111 | 10110000 | 111000 | 0 | 10010 | 1001010 | 10000 | 101101 | 1000011 | 110101 |
Color Harmonies of #D7B038
Complementary color
Monochromatic Colors of #D7B038
Black with #D7B038
Text Example
Text Example
White with #D7B038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B038; }
p { color: rgb(215,176,56); }
H1.HeaderClassName
{
color: #D7B038;
}
.AnyTagClassName
{
color: #D7B038;
}
</style>
background-color css
<style>
a { background-color: #D7B038; }
a { background-color: rgb(215,176,56); }
div.DivClassName
{
background-color: #D7B038;
}
.BgClassName
{
background-color: #D7B038;
}
</style>
border-color css
<style>
span { border-color: #D7B038; }
span { border-color: rgb(215,176,56); }
td.TdClassName
{
border-color: #D7B038;
}
.TagClassName
{
border-color: #D7B038;
}
</style>