Shades of Metallic Gold #D2AF42
Tints of Metallic Gold #D2AF42
RGB
CMYK
RGB Variations
Color information
#D2AF42 (or 0xD2AF42) is known color: Metallic Gold. HEX triplet: D2, AF and 42. RGB value is (210,175,66). Sum of RGB (Red+Green+Blue) = 210+175+66=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF42 is #2D50BD. Grayscale: #ADADAD. Windows color (decimal): -2969790 or 4370386. OLE color: 4370386.
HSL color Cylindrical-coordinate representation of color #D2AF42: hue angle of 45.42º 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 #D2AF42 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 66 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.18 |
| HSL | 45.42º | 0.62% | 0.54% | - |
| HSV(B) | 45.42º | 0.69% | 0.82% | - |
| XYZ | 42.89 | 44.75 | 11.53 | - |
| YUV | 173.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 66 | 0 | 0.17 | 0.69 | 0.18 | 45.42 | 0.62 | 0.54 |
| Hex | D2 | AF | 42 | 0 | 11 | 45 | 12 | 2D | 3E | 36 |
| Octal | 322 | 257 | 102 | 0 | 21 | 105 | 22 | 55 | 76 | 66 |
| Binary | 11010010 | 10101111 | 1000010 | 0 | 10001 | 1000101 | 10010 | 101101 | 111110 | 110110 |
Color Harmonies of #D2AF42
Complementary color
Monochromatic Colors of #D2AF42
Black with #D2AF42
Text Example
Text Example
White with #D2AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF42; }
p { color: rgb(210,175,66); }
H1.HeaderClassName
{
color: #D2AF42;
}
.AnyTagClassName
{
color: #D2AF42;
}
</style>
background-color css
<style>
a { background-color: #D2AF42; }
a { background-color: rgb(210,175,66); }
div.DivClassName
{
background-color: #D2AF42;
}
.BgClassName
{
background-color: #D2AF42;
}
</style>
border-color css
<style>
span { border-color: #D2AF42; }
span { border-color: rgb(210,175,66); }
td.TdClassName
{
border-color: #D2AF42;
}
.TagClassName
{
border-color: #D2AF42;
}
</style>