Shades of Metallic Gold #D4B231
Tints of Metallic Gold #D4B231
RGB
CMYK
RGB Variations
Color information
#D4B231 (or 0xD4B231) is known color: Metallic Gold. HEX triplet: D4, B2 and 31. RGB value is (212,178,49). Sum of RGB (Red+Green+Blue) = 212+178+49=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B231 is #2B4DCE. Grayscale: #AEAEAE. Windows color (decimal): -2837967 or 3257044. OLE color: 3257044.
HSL color Cylindrical-coordinate representation of color #D4B231: hue angle of 47.48º degrees, saturation: 0.65, 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 #D4B231 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 49 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.17 |
| HSL | 47.48º | 0.65% | 0.51% | - |
| HSV(B) | 47.48º | 0.77% | 0.83% | - |
| XYZ | 43.63 | 46.06 | 9.5 | - |
| YUV | 173.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 49 | 0 | 0.16 | 0.77 | 0.17 | 47.48 | 0.65 | 0.51 |
| Hex | D4 | B2 | 31 | 0 | 10 | 4D | 11 | 2F | 41 | 33 |
| Octal | 324 | 262 | 61 | 0 | 20 | 115 | 21 | 57 | 101 | 63 |
| Binary | 11010100 | 10110010 | 110001 | 0 | 10000 | 1001101 | 10001 | 101111 | 1000001 | 110011 |
Color Harmonies of #D4B231
Complementary color
Monochromatic Colors of #D4B231
Black with #D4B231
Text Example
Text Example
White with #D4B231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B231; }
p { color: rgb(212,178,49); }
H1.HeaderClassName
{
color: #D4B231;
}
.AnyTagClassName
{
color: #D4B231;
}
</style>
background-color css
<style>
a { background-color: #D4B231; }
a { background-color: rgb(212,178,49); }
div.DivClassName
{
background-color: #D4B231;
}
.BgClassName
{
background-color: #D4B231;
}
</style>
border-color css
<style>
span { border-color: #D4B231; }
span { border-color: rgb(212,178,49); }
td.TdClassName
{
border-color: #D4B231;
}
.TagClassName
{
border-color: #D4B231;
}
</style>