Shades of Metallic Gold #D2AC41
Tints of Metallic Gold #D2AC41
RGB
CMYK
RGB Variations
Color information
#D2AC41 (or 0xD2AC41) is known color: Metallic Gold. HEX triplet: D2, AC and 41. RGB value is (210,172,65). Sum of RGB (Red+Green+Blue) = 210+172+65=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AC41 is #2D53BE. Grayscale: #ABABAB. Windows color (decimal): -2970559 or 4304082. OLE color: 4304082.
HSL color Cylindrical-coordinate representation of color #D2AC41: hue angle of 44.28º 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 #D2AC41 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 65 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.18 |
| HSL | 44.28º | 0.62% | 0.54% | - |
| HSV(B) | 44.28º | 0.69% | 0.82% | - |
| XYZ | 42.29 | 43.59 | 11.19 | - |
| YUV | 171.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 65 | 0 | 0.18 | 0.69 | 0.18 | 44.28 | 0.62 | 0.54 |
| Hex | D2 | AC | 41 | 0 | 12 | 45 | 12 | 2C | 3E | 36 |
| Octal | 322 | 254 | 101 | 0 | 22 | 105 | 22 | 54 | 76 | 66 |
| Binary | 11010010 | 10101100 | 1000001 | 0 | 10010 | 1000101 | 10010 | 101100 | 111110 | 110110 |
Color Harmonies of #D2AC41
Complementary color
Monochromatic Colors of #D2AC41
Black with #D2AC41
Text Example
Text Example
White with #D2AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC41; }
p { color: rgb(210,172,65); }
H1.HeaderClassName
{
color: #D2AC41;
}
.AnyTagClassName
{
color: #D2AC41;
}
</style>
background-color css
<style>
a { background-color: #D2AC41; }
a { background-color: rgb(210,172,65); }
div.DivClassName
{
background-color: #D2AC41;
}
.BgClassName
{
background-color: #D2AC41;
}
</style>
border-color css
<style>
span { border-color: #D2AC41; }
span { border-color: rgb(210,172,65); }
td.TdClassName
{
border-color: #D2AC41;
}
.TagClassName
{
border-color: #D2AC41;
}
</style>