Shades of Metallic Gold #D7AF2D
Tints of Metallic Gold #D7AF2D
RGB
CMYK
RGB Variations
Color information
#D7AF2D (or 0xD7AF2D) is known color: Metallic Gold. HEX triplet: D7, AF and 2D. RGB value is (215,175,45). Sum of RGB (Red+Green+Blue) = 215+175+45=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AF2D is #2850D2. Grayscale: #ACACAC. Windows color (decimal): -2642131 or 2994135. OLE color: 2994135.
HSL color Cylindrical-coordinate representation of color #D7AF2D: hue angle of 45.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7AF2D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 45 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.16 |
| HSL | 45.88º | 0.68% | 0.51% | - |
| HSV(B) | 45.88º | 0.79% | 0.84% | - |
| XYZ | 43.83 | 45.3 | 8.92 | - |
| YUV | 172.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 45 | 0 | 0.19 | 0.79 | 0.16 | 45.88 | 0.68 | 0.51 |
| Hex | D7 | AF | 2D | 0 | 13 | 4F | 10 | 2E | 44 | 33 |
| Octal | 327 | 257 | 55 | 0 | 23 | 117 | 20 | 56 | 104 | 63 |
| Binary | 11010111 | 10101111 | 101101 | 0 | 10011 | 1001111 | 10000 | 101110 | 1000100 | 110011 |
Color Harmonies of #D7AF2D
Complementary color
Monochromatic Colors of #D7AF2D
Black with #D7AF2D
Text Example
Text Example
White with #D7AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF2D; }
p { color: rgb(215,175,45); }
H1.HeaderClassName
{
color: #D7AF2D;
}
.AnyTagClassName
{
color: #D7AF2D;
}
</style>
background-color css
<style>
a { background-color: #D7AF2D; }
a { background-color: rgb(215,175,45); }
div.DivClassName
{
background-color: #D7AF2D;
}
.BgClassName
{
background-color: #D7AF2D;
}
</style>
border-color css
<style>
span { border-color: #D7AF2D; }
span { border-color: rgb(215,175,45); }
td.TdClassName
{
border-color: #D7AF2D;
}
.TagClassName
{
border-color: #D7AF2D;
}
</style>