Shades of Metallic Gold #D4A138
Tints of Metallic Gold #D4A138
RGB
CMYK
RGB Variations
Color information
#D4A138 (or 0xD4A138) is known color: Metallic Gold. HEX triplet: D4, A1 and 38. RGB value is (212,161,56). Sum of RGB (Red+Green+Blue) = 212+161+56=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A138 is #2B5EC7. Grayscale: #A4A4A4. Windows color (decimal): -2842312 or 3711444. OLE color: 3711444.
HSL color Cylindrical-coordinate representation of color #D4A138: hue angle of 40.38º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4A138 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 56 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.17 |
| HSL | 40.38º | 0.64% | 0.53% | - |
| HSV(B) | 40.38º | 0.74% | 0.83% | - |
| XYZ | 40.61 | 39.77 | 9.28 | - |
| YUV | 164.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 56 | 0 | 0.24 | 0.74 | 0.17 | 40.38 | 0.64 | 0.53 |
| Hex | D4 | A1 | 38 | 0 | 18 | 4A | 11 | 28 | 40 | 35 |
| Octal | 324 | 241 | 70 | 0 | 30 | 112 | 21 | 50 | 100 | 65 |
| Binary | 11010100 | 10100001 | 111000 | 0 | 11000 | 1001010 | 10001 | 101000 | 1000000 | 110101 |
Color Harmonies of #D4A138
Complementary color
Monochromatic Colors of #D4A138
Black with #D4A138
Text Example
Text Example
White with #D4A138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A138; }
p { color: rgb(212,161,56); }
H1.HeaderClassName
{
color: #D4A138;
}
.AnyTagClassName
{
color: #D4A138;
}
</style>
background-color css
<style>
a { background-color: #D4A138; }
a { background-color: rgb(212,161,56); }
div.DivClassName
{
background-color: #D4A138;
}
.BgClassName
{
background-color: #D4A138;
}
</style>
border-color css
<style>
span { border-color: #D4A138; }
span { border-color: rgb(212,161,56); }
td.TdClassName
{
border-color: #D4A138;
}
.TagClassName
{
border-color: #D4A138;
}
</style>