Shades of Metallic Gold #D4A841
Tints of Metallic Gold #D4A841
RGB
CMYK
RGB Variations
Color information
#D4A841 (or 0xD4A841) is known color: Metallic Gold. HEX triplet: D4, A8 and 41. RGB value is (212,168,65). Sum of RGB (Red+Green+Blue) = 212+168+65=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A841 is #2B57BE. Grayscale: #A9A9A9. Windows color (decimal): -2840511 or 4303060. OLE color: 4303060.
HSL color Cylindrical-coordinate representation of color #D4A841: hue angle of 42.04º 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 #D4A841 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 65 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.17 |
| HSL | 42.04º | 0.63% | 0.54% | - |
| HSV(B) | 42.04º | 0.69% | 0.83% | - |
| XYZ | 42.11 | 42.38 | 10.96 | - |
| YUV | 169.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 65 | 0 | 0.21 | 0.69 | 0.17 | 42.04 | 0.63 | 0.54 |
| Hex | D4 | A8 | 41 | 0 | 15 | 45 | 11 | 2A | 3F | 36 |
| Octal | 324 | 250 | 101 | 0 | 25 | 105 | 21 | 52 | 77 | 66 |
| Binary | 11010100 | 10101000 | 1000001 | 0 | 10101 | 1000101 | 10001 | 101010 | 111111 | 110110 |
Color Harmonies of #D4A841
Complementary color
Monochromatic Colors of #D4A841
Black with #D4A841
Text Example
Text Example
White with #D4A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A841; }
p { color: rgb(212,168,65); }
H1.HeaderClassName
{
color: #D4A841;
}
.AnyTagClassName
{
color: #D4A841;
}
</style>
background-color css
<style>
a { background-color: #D4A841; }
a { background-color: rgb(212,168,65); }
div.DivClassName
{
background-color: #D4A841;
}
.BgClassName
{
background-color: #D4A841;
}
</style>
border-color css
<style>
span { border-color: #D4A841; }
span { border-color: rgb(212,168,65); }
td.TdClassName
{
border-color: #D4A841;
}
.TagClassName
{
border-color: #D4A841;
}
</style>