Shades of Metallic Gold #D4AF2D
Tints of Metallic Gold #D4AF2D
RGB
CMYK
RGB Variations
Color information
#D4AF2D (or 0xD4AF2D) is known color: Metallic Gold. HEX triplet: D4, AF and 2D. RGB value is (212,175,45). Sum of RGB (Red+Green+Blue) = 212+175+45=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AF2D is #2B50D2. Grayscale: #ABABAB. Windows color (decimal): -2838739 or 2994132. OLE color: 2994132.
HSL color Cylindrical-coordinate representation of color #D4AF2D: hue angle of 46.71º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4AF2D is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 45 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.17 |
| HSL | 46.71º | 0.66% | 0.5% | - |
| HSV(B) | 46.71º | 0.79% | 0.83% | - |
| XYZ | 42.96 | 44.85 | 8.87 | - |
| YUV | 171.24 | 56.76 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 45 | 0 | 0.17 | 0.79 | 0.17 | 46.71 | 0.66 | 0.5 |
| Hex | D4 | AF | 2D | 0 | 11 | 4F | 11 | 2F | 42 | 32 |
| Octal | 324 | 257 | 55 | 0 | 21 | 117 | 21 | 57 | 102 | 62 |
| Binary | 11010100 | 10101111 | 101101 | 0 | 10001 | 1001111 | 10001 | 101111 | 1000010 | 110010 |
Color Harmonies of #D4AF2D
Complementary color
Monochromatic Colors of #D4AF2D
Black with #D4AF2D
Text Example
Text Example
White with #D4AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF2D; }
p { color: rgb(212,175,45); }
H1.HeaderClassName
{
color: #D4AF2D;
}
.AnyTagClassName
{
color: #D4AF2D;
}
</style>
background-color css
<style>
a { background-color: #D4AF2D; }
a { background-color: rgb(212,175,45); }
div.DivClassName
{
background-color: #D4AF2D;
}
.BgClassName
{
background-color: #D4AF2D;
}
</style>
border-color css
<style>
span { border-color: #D4AF2D; }
span { border-color: rgb(212,175,45); }
td.TdClassName
{
border-color: #D4AF2D;
}
.TagClassName
{
border-color: #D4AF2D;
}
</style>