Shades of Metallic Gold #D4B035
Tints of Metallic Gold #D4B035
RGB
CMYK
RGB Variations
Color information
#D4B035 (or 0xD4B035) is known color: Metallic Gold. HEX triplet: D4, B0 and 35. RGB value is (212,176,53). Sum of RGB (Red+Green+Blue) = 212+176+53=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B035 is #2B4FCA. Grayscale: #ADADAD. Windows color (decimal): -2838475 or 3518676. OLE color: 3518676.
HSL color Cylindrical-coordinate representation of color #D4B035: hue angle of 46.42º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4B035 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 53 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.17 |
| HSL | 46.42º | 0.65% | 0.52% | - |
| HSV(B) | 46.42º | 0.75% | 0.83% | - |
| XYZ | 43.32 | 45.3 | 9.83 | - |
| YUV | 172.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 53 | 0 | 0.17 | 0.75 | 0.17 | 46.42 | 0.65 | 0.52 |
| Hex | D4 | B0 | 35 | 0 | 11 | 4B | 11 | 2E | 41 | 34 |
| Octal | 324 | 260 | 65 | 0 | 21 | 113 | 21 | 56 | 101 | 64 |
| Binary | 11010100 | 10110000 | 110101 | 0 | 10001 | 1001011 | 10001 | 101110 | 1000001 | 110100 |
Color Harmonies of #D4B035
Complementary color
Monochromatic Colors of #D4B035
Black with #D4B035
Text Example
Text Example
White with #D4B035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B035; }
p { color: rgb(212,176,53); }
H1.HeaderClassName
{
color: #D4B035;
}
.AnyTagClassName
{
color: #D4B035;
}
</style>
background-color css
<style>
a { background-color: #D4B035; }
a { background-color: rgb(212,176,53); }
div.DivClassName
{
background-color: #D4B035;
}
.BgClassName
{
background-color: #D4B035;
}
</style>
border-color css
<style>
span { border-color: #D4B035; }
span { border-color: rgb(212,176,53); }
td.TdClassName
{
border-color: #D4B035;
}
.TagClassName
{
border-color: #D4B035;
}
</style>