Shades of Metallic Gold #D4A436
Tints of Metallic Gold #D4A436
RGB
CMYK
RGB Variations
Color information
#D4A436 (or 0xD4A436) is known color: Metallic Gold. HEX triplet: D4, A4 and 36. RGB value is (212,164,54). Sum of RGB (Red+Green+Blue) = 212+164+54=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A436 is #2B5BC9. Grayscale: #A6A6A6. Windows color (decimal): -2841546 or 3581140. OLE color: 3581140.
HSL color Cylindrical-coordinate representation of color #D4A436: hue angle of 41.77º 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 #D4A436 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 54 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.17 |
| HSL | 41.77º | 0.65% | 0.52% | - |
| HSV(B) | 41.77º | 0.75% | 0.83% | - |
| XYZ | 41.09 | 40.81 | 9.2 | - |
| YUV | 165.81 | 64.9 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 54 | 0 | 0.23 | 0.75 | 0.17 | 41.77 | 0.65 | 0.52 |
| Hex | D4 | A4 | 36 | 0 | 17 | 4B | 11 | 2A | 41 | 34 |
| Octal | 324 | 244 | 66 | 0 | 27 | 113 | 21 | 52 | 101 | 64 |
| Binary | 11010100 | 10100100 | 110110 | 0 | 10111 | 1001011 | 10001 | 101010 | 1000001 | 110100 |
Color Harmonies of #D4A436
Complementary color
Monochromatic Colors of #D4A436
Black with #D4A436
Text Example
Text Example
White with #D4A436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A436; }
p { color: rgb(212,164,54); }
H1.HeaderClassName
{
color: #D4A436;
}
.AnyTagClassName
{
color: #D4A436;
}
</style>
background-color css
<style>
a { background-color: #D4A436; }
a { background-color: rgb(212,164,54); }
div.DivClassName
{
background-color: #D4A436;
}
.BgClassName
{
background-color: #D4A436;
}
</style>
border-color css
<style>
span { border-color: #D4A436; }
span { border-color: rgb(212,164,54); }
td.TdClassName
{
border-color: #D4A436;
}
.TagClassName
{
border-color: #D4A436;
}
</style>