Shades of Metallic Gold #D3A842
Tints of Metallic Gold #D3A842
RGB
CMYK
RGB Variations
Color information
#D3A842 (or 0xD3A842) is known color: Metallic Gold. HEX triplet: D3, A8 and 42. RGB value is (211,168,66). Sum of RGB (Red+Green+Blue) = 211+168+66=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A842 is #2C57BD. Grayscale: #A9A9A9. Windows color (decimal): -2906046 or 4368595. OLE color: 4368595.
HSL color Cylindrical-coordinate representation of color #D3A842: hue angle of 42.21º degrees, saturation: 0.62, 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 #D3A842 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 66 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.17 |
| HSL | 42.21º | 0.62% | 0.54% | - |
| HSV(B) | 42.21º | 0.69% | 0.83% | - |
| XYZ | 41.85 | 42.25 | 11.1 | - |
| YUV | 169.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 66 | 0 | 0.20 | 0.69 | 0.17 | 42.21 | 0.62 | 0.54 |
| Hex | D3 | A8 | 42 | 0 | 14 | 45 | 11 | 2A | 3E | 36 |
| Octal | 323 | 250 | 102 | 0 | 24 | 105 | 21 | 52 | 76 | 66 |
| Binary | 11010011 | 10101000 | 1000010 | 0 | 10100 | 1000101 | 10001 | 101010 | 111110 | 110110 |
Color Harmonies of #D3A842
Complementary color
Monochromatic Colors of #D3A842
Black with #D3A842
Text Example
Text Example
White with #D3A842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A842; }
p { color: rgb(211,168,66); }
H1.HeaderClassName
{
color: #D3A842;
}
.AnyTagClassName
{
color: #D3A842;
}
</style>
background-color css
<style>
a { background-color: #D3A842; }
a { background-color: rgb(211,168,66); }
div.DivClassName
{
background-color: #D3A842;
}
.BgClassName
{
background-color: #D3A842;
}
</style>
border-color css
<style>
span { border-color: #D3A842; }
span { border-color: rgb(211,168,66); }
td.TdClassName
{
border-color: #D3A842;
}
.TagClassName
{
border-color: #D3A842;
}
</style>