Shades of Metallic Gold #D2A641
Tints of Metallic Gold #D2A641
RGB
CMYK
RGB Variations
Color information
#D2A641 (or 0xD2A641) is known color: Metallic Gold. HEX triplet: D2, A6 and 41. RGB value is (210,166,65). Sum of RGB (Red+Green+Blue) = 210+166+65=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A641 is #2D59BE. Grayscale: #A8A8A8. Windows color (decimal): -2972095 or 4302546. OLE color: 4302546.
HSL color Cylindrical-coordinate representation of color #D2A641: hue angle of 41.79º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2A641 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 65 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.18 |
| HSL | 41.79º | 0.62% | 0.54% | - |
| HSV(B) | 41.79º | 0.69% | 0.82% | - |
| XYZ | 41.17 | 41.36 | 10.81 | - |
| YUV | 167.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 65 | 0 | 0.21 | 0.69 | 0.18 | 41.79 | 0.62 | 0.54 |
| Hex | D2 | A6 | 41 | 0 | 15 | 45 | 12 | 2A | 3E | 36 |
| Octal | 322 | 246 | 101 | 0 | 25 | 105 | 22 | 52 | 76 | 66 |
| Binary | 11010010 | 10100110 | 1000001 | 0 | 10101 | 1000101 | 10010 | 101010 | 111110 | 110110 |
Color Harmonies of #D2A641
Complementary color
Monochromatic Colors of #D2A641
Black with #D2A641
Text Example
Text Example
White with #D2A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A641; }
p { color: rgb(210,166,65); }
H1.HeaderClassName
{
color: #D2A641;
}
.AnyTagClassName
{
color: #D2A641;
}
</style>
background-color css
<style>
a { background-color: #D2A641; }
a { background-color: rgb(210,166,65); }
div.DivClassName
{
background-color: #D2A641;
}
.BgClassName
{
background-color: #D2A641;
}
</style>
border-color css
<style>
span { border-color: #D2A641; }
span { border-color: rgb(210,166,65); }
td.TdClassName
{
border-color: #D2A641;
}
.TagClassName
{
border-color: #D2A641;
}
</style>