Shades of Metallic Gold #D4B130
Tints of Metallic Gold #D4B130
RGB
CMYK
RGB Variations
Color information
#D4B130 (or 0xD4B130) is known color: Metallic Gold. HEX triplet: D4, B1 and 30. RGB value is (212,177,48). Sum of RGB (Red+Green+Blue) = 212+177+48=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B130 is #2B4ECF. Grayscale: #ADADAD. Windows color (decimal): -2838224 or 3191252. OLE color: 3191252.
HSL color Cylindrical-coordinate representation of color #D4B130: hue angle of 47.2º 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 #D4B130 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 177 | 48 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.17 |
| HSL | 47.2º | 0.66% | 0.51% | - |
| HSV(B) | 47.2º | 0.77% | 0.83% | - |
| XYZ | 43.41 | 45.65 | 9.32 | - |
| YUV | 172.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 48 | 0 | 0.17 | 0.77 | 0.17 | 47.2 | 0.66 | 0.51 |
| Hex | D4 | B1 | 30 | 0 | 11 | 4D | 11 | 2F | 42 | 33 |
| Octal | 324 | 261 | 60 | 0 | 21 | 115 | 21 | 57 | 102 | 63 |
| Binary | 11010100 | 10110001 | 110000 | 0 | 10001 | 1001101 | 10001 | 101111 | 1000010 | 110011 |
Color Harmonies of #D4B130
Complementary color
Monochromatic Colors of #D4B130
Black with #D4B130
Text Example
Text Example
White with #D4B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B130; }
p { color: rgb(212,177,48); }
H1.HeaderClassName
{
color: #D4B130;
}
.AnyTagClassName
{
color: #D4B130;
}
</style>
background-color css
<style>
a { background-color: #D4B130; }
a { background-color: rgb(212,177,48); }
div.DivClassName
{
background-color: #D4B130;
}
.BgClassName
{
background-color: #D4B130;
}
</style>
border-color css
<style>
span { border-color: #D4B130; }
span { border-color: rgb(212,177,48); }
td.TdClassName
{
border-color: #D4B130;
}
.TagClassName
{
border-color: #D4B130;
}
</style>