Shades of Metallic Gold #D2AF34
Tints of Metallic Gold #D2AF34
RGB
CMYK
RGB Variations
Color information
#D2AF34 (or 0xD2AF34) is known color: Metallic Gold. HEX triplet: D2, AF and 34. RGB value is (210,175,52). Sum of RGB (Red+Green+Blue) = 210+175+52=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF34 is #2D50CB. Grayscale: #ABABAB. Windows color (decimal): -2969804 or 3452882. OLE color: 3452882.
HSL color Cylindrical-coordinate representation of color #D2AF34: hue angle of 46.71º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2AF34 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 52 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.18 |
| HSL | 46.71º | 0.64% | 0.51% | - |
| HSV(B) | 46.71º | 0.75% | 0.82% | - |
| XYZ | 42.53 | 44.61 | 9.62 | - |
| YUV | 171.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 52 | 0 | 0.17 | 0.75 | 0.18 | 46.71 | 0.64 | 0.51 |
| Hex | D2 | AF | 34 | 0 | 11 | 4B | 12 | 2F | 40 | 33 |
| Octal | 322 | 257 | 64 | 0 | 21 | 113 | 22 | 57 | 100 | 63 |
| Binary | 11010010 | 10101111 | 110100 | 0 | 10001 | 1001011 | 10010 | 101111 | 1000000 | 110011 |
Color Harmonies of #D2AF34
Complementary color
Monochromatic Colors of #D2AF34
Black with #D2AF34
Text Example
Text Example
White with #D2AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF34; }
p { color: rgb(210,175,52); }
H1.HeaderClassName
{
color: #D2AF34;
}
.AnyTagClassName
{
color: #D2AF34;
}
</style>
background-color css
<style>
a { background-color: #D2AF34; }
a { background-color: rgb(210,175,52); }
div.DivClassName
{
background-color: #D2AF34;
}
.BgClassName
{
background-color: #D2AF34;
}
</style>
border-color css
<style>
span { border-color: #D2AF34; }
span { border-color: rgb(210,175,52); }
td.TdClassName
{
border-color: #D2AF34;
}
.TagClassName
{
border-color: #D2AF34;
}
</style>