Shades of Metallic Gold #D4B730
Tints of Metallic Gold #D4B730
RGB
CMYK
RGB Variations
Color information
#D4B730 (or 0xD4B730) is known color: Metallic Gold. HEX triplet: D4, B7 and 30. RGB value is (212,183,48). Sum of RGB (Red+Green+Blue) = 212+183+48=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B730 is #2B48CF. Grayscale: #B0B0B0. Windows color (decimal): -2836688 or 3192788. OLE color: 3192788.
HSL color Cylindrical-coordinate representation of color #D4B730: hue angle of 49.39º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4B730 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 48 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.17 |
| HSL | 49.39º | 0.66% | 0.51% | - |
| HSV(B) | 49.39º | 0.77% | 0.83% | - |
| XYZ | 44.62 | 48.08 | 9.72 | - |
| YUV | 176.28 | 55.61 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 48 | 0 | 0.14 | 0.77 | 0.17 | 49.39 | 0.66 | 0.51 |
| Hex | D4 | B7 | 30 | 0 | E | 4D | 11 | 31 | 42 | 33 |
| Octal | 324 | 267 | 60 | 0 | 16 | 115 | 21 | 61 | 102 | 63 |
| Binary | 11010100 | 10110111 | 110000 | 0 | 1110 | 1001101 | 10001 | 110001 | 1000010 | 110011 |
Color Harmonies of #D4B730
Complementary color
Monochromatic Colors of #D4B730
Black with #D4B730
Text Example
Text Example
White with #D4B730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B730; }
p { color: rgb(212,183,48); }
H1.HeaderClassName
{
color: #D4B730;
}
.AnyTagClassName
{
color: #D4B730;
}
</style>
background-color css
<style>
a { background-color: #D4B730; }
a { background-color: rgb(212,183,48); }
div.DivClassName
{
background-color: #D4B730;
}
.BgClassName
{
background-color: #D4B730;
}
</style>
border-color css
<style>
span { border-color: #D4B730; }
span { border-color: rgb(212,183,48); }
td.TdClassName
{
border-color: #D4B730;
}
.TagClassName
{
border-color: #D4B730;
}
</style>