Shades of Metallic Gold #D4A638
Tints of Metallic Gold #D4A638
RGB
CMYK
RGB Variations
Color information
#D4A638 (or 0xD4A638) is known color: Metallic Gold. HEX triplet: D4, A6 and 38. RGB value is (212,166,56). Sum of RGB (Red+Green+Blue) = 212+166+56=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A638 is #2B59C7. Grayscale: #A7A7A7. Windows color (decimal): -2841032 or 3712724. OLE color: 3712724.
HSL color Cylindrical-coordinate representation of color #D4A638: hue angle of 42.31º 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 #D4A638 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 56 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.17 |
| HSL | 42.31º | 0.64% | 0.53% | - |
| HSV(B) | 42.31º | 0.74% | 0.83% | - |
| XYZ | 41.5 | 41.56 | 9.57 | - |
| YUV | 167.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 56 | 0 | 0.22 | 0.74 | 0.17 | 42.31 | 0.64 | 0.53 |
| Hex | D4 | A6 | 38 | 0 | 16 | 4A | 11 | 2A | 40 | 35 |
| Octal | 324 | 246 | 70 | 0 | 26 | 112 | 21 | 52 | 100 | 65 |
| Binary | 11010100 | 10100110 | 111000 | 0 | 10110 | 1001010 | 10001 | 101010 | 1000000 | 110101 |
Color Harmonies of #D4A638
Complementary color
Monochromatic Colors of #D4A638
Black with #D4A638
Text Example
Text Example
White with #D4A638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A638; }
p { color: rgb(212,166,56); }
H1.HeaderClassName
{
color: #D4A638;
}
.AnyTagClassName
{
color: #D4A638;
}
</style>
background-color css
<style>
a { background-color: #D4A638; }
a { background-color: rgb(212,166,56); }
div.DivClassName
{
background-color: #D4A638;
}
.BgClassName
{
background-color: #D4A638;
}
</style>
border-color css
<style>
span { border-color: #D4A638; }
span { border-color: rgb(212,166,56); }
td.TdClassName
{
border-color: #D4A638;
}
.TagClassName
{
border-color: #D4A638;
}
</style>