Shades of Metallic Gold #D4AF38
Tints of Metallic Gold #D4AF38
RGB
CMYK
RGB Variations
Color information
#D4AF38 (or 0xD4AF38) is known color: Metallic Gold. HEX triplet: D4, AF and 38. RGB value is (212,175,56). Sum of RGB (Red+Green+Blue) = 212+175+56=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AF38 is #2B50C7. Grayscale: #ADADAD. Windows color (decimal): -2838728 or 3715028. OLE color: 3715028.
HSL color Cylindrical-coordinate representation of color #D4AF38: hue angle of 45.77º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4AF38 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 56 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.17 |
| HSL | 45.77º | 0.64% | 0.53% | - |
| HSV(B) | 45.77º | 0.74% | 0.83% | - |
| XYZ | 43.2 | 44.94 | 10.14 | - |
| YUV | 172.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 56 | 0 | 0.17 | 0.74 | 0.17 | 45.77 | 0.64 | 0.53 |
| Hex | D4 | AF | 38 | 0 | 11 | 4A | 11 | 2E | 40 | 35 |
| Octal | 324 | 257 | 70 | 0 | 21 | 112 | 21 | 56 | 100 | 65 |
| Binary | 11010100 | 10101111 | 111000 | 0 | 10001 | 1001010 | 10001 | 101110 | 1000000 | 110101 |
Color Harmonies of #D4AF38
Complementary color
Monochromatic Colors of #D4AF38
Black with #D4AF38
Text Example
Text Example
White with #D4AF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF38; }
p { color: rgb(212,175,56); }
H1.HeaderClassName
{
color: #D4AF38;
}
.AnyTagClassName
{
color: #D4AF38;
}
</style>
background-color css
<style>
a { background-color: #D4AF38; }
a { background-color: rgb(212,175,56); }
div.DivClassName
{
background-color: #D4AF38;
}
.BgClassName
{
background-color: #D4AF38;
}
</style>
border-color css
<style>
span { border-color: #D4AF38; }
span { border-color: rgb(212,175,56); }
td.TdClassName
{
border-color: #D4AF38;
}
.TagClassName
{
border-color: #D4AF38;
}
</style>