Shades of Metallic Gold #D4A333
Tints of Metallic Gold #D4A333
RGB
CMYK
RGB Variations
Color information
#D4A333 (or 0xD4A333) is known color: Metallic Gold. HEX triplet: D4, A3 and 33. RGB value is (212,163,51). Sum of RGB (Red+Green+Blue) = 212+163+51=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A333 is #2B5CCC. Grayscale: #A5A5A5. Windows color (decimal): -2841805 or 3384276. OLE color: 3384276.
HSL color Cylindrical-coordinate representation of color #D4A333: hue angle of 41.74º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4A333 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 51 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.17 |
| HSL | 41.74º | 0.65% | 0.52% | - |
| HSV(B) | 41.74º | 0.76% | 0.83% | - |
| XYZ | 40.85 | 40.43 | 8.78 | - |
| YUV | 164.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 51 | 0 | 0.23 | 0.76 | 0.17 | 41.74 | 0.65 | 0.52 |
| Hex | D4 | A3 | 33 | 0 | 17 | 4C | 11 | 2A | 41 | 34 |
| Octal | 324 | 243 | 63 | 0 | 27 | 114 | 21 | 52 | 101 | 64 |
| Binary | 11010100 | 10100011 | 110011 | 0 | 10111 | 1001100 | 10001 | 101010 | 1000001 | 110100 |
Color Harmonies of #D4A333
Complementary color
Monochromatic Colors of #D4A333
Black with #D4A333
Text Example
Text Example
White with #D4A333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A333; }
p { color: rgb(212,163,51); }
H1.HeaderClassName
{
color: #D4A333;
}
.AnyTagClassName
{
color: #D4A333;
}
</style>
background-color css
<style>
a { background-color: #D4A333; }
a { background-color: rgb(212,163,51); }
div.DivClassName
{
background-color: #D4A333;
}
.BgClassName
{
background-color: #D4A333;
}
</style>
border-color css
<style>
span { border-color: #D4A333; }
span { border-color: rgb(212,163,51); }
td.TdClassName
{
border-color: #D4A333;
}
.TagClassName
{
border-color: #D4A333;
}
</style>