Shades of Metallic Gold #D4A641
Tints of Metallic Gold #D4A641
RGB
CMYK
RGB Variations
Color information
#D4A641 (or 0xD4A641) is known color: Metallic Gold. HEX triplet: D4, A6 and 41. RGB value is (212,166,65). Sum of RGB (Red+Green+Blue) = 212+166+65=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A641 is #2B59BE. Grayscale: #A8A8A8. Windows color (decimal): -2841023 or 4302548. OLE color: 4302548.
HSL color Cylindrical-coordinate representation of color #D4A641: hue angle of 41.22º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4A641 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 65 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.17 |
| HSL | 41.22º | 0.63% | 0.54% | - |
| HSV(B) | 41.22º | 0.69% | 0.83% | - |
| XYZ | 41.74 | 41.65 | 10.84 | - |
| YUV | 168.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 65 | 0 | 0.22 | 0.69 | 0.17 | 41.22 | 0.63 | 0.54 |
| Hex | D4 | A6 | 41 | 0 | 16 | 45 | 11 | 29 | 3F | 36 |
| Octal | 324 | 246 | 101 | 0 | 26 | 105 | 21 | 51 | 77 | 66 |
| Binary | 11010100 | 10100110 | 1000001 | 0 | 10110 | 1000101 | 10001 | 101001 | 111111 | 110110 |
Color Harmonies of #D4A641
Complementary color
Monochromatic Colors of #D4A641
Black with #D4A641
Text Example
Text Example
White with #D4A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A641; }
p { color: rgb(212,166,65); }
H1.HeaderClassName
{
color: #D4A641;
}
.AnyTagClassName
{
color: #D4A641;
}
</style>
background-color css
<style>
a { background-color: #D4A641; }
a { background-color: rgb(212,166,65); }
div.DivClassName
{
background-color: #D4A641;
}
.BgClassName
{
background-color: #D4A641;
}
</style>
border-color css
<style>
span { border-color: #D4A641; }
span { border-color: rgb(212,166,65); }
td.TdClassName
{
border-color: #D4A641;
}
.TagClassName
{
border-color: #D4A641;
}
</style>