Shades of Metallic Gold #D5AF46
Tints of Metallic Gold #D5AF46
RGB
CMYK
RGB Variations
Color information
#D5AF46 (or 0xD5AF46) is known color: Metallic Gold. HEX triplet: D5, AF and 46. RGB value is (213,175,70). Sum of RGB (Red+Green+Blue) = 213+175+70=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF46 is #2A50B9. Grayscale: #AEAEAE. Windows color (decimal): -2773178 or 4632533. OLE color: 4632533.
HSL color Cylindrical-coordinate representation of color #D5AF46: hue angle of 44.06º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5AF46 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 70 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.16 |
| HSL | 44.06º | 0.63% | 0.55% | - |
| HSV(B) | 44.06º | 0.67% | 0.84% | - |
| XYZ | 43.88 | 45.25 | 12.22 | - |
| YUV | 174.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 70 | 0 | 0.18 | 0.67 | 0.16 | 44.06 | 0.63 | 0.55 |
| Hex | D5 | AF | 46 | 0 | 12 | 43 | 10 | 2C | 3F | 37 |
| Octal | 325 | 257 | 106 | 0 | 22 | 103 | 20 | 54 | 77 | 67 |
| Binary | 11010101 | 10101111 | 1000110 | 0 | 10010 | 1000011 | 10000 | 101100 | 111111 | 110111 |
Color Harmonies of #D5AF46
Complementary color
Monochromatic Colors of #D5AF46
Black with #D5AF46
Text Example
Text Example
White with #D5AF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF46; }
p { color: rgb(213,175,70); }
H1.HeaderClassName
{
color: #D5AF46;
}
.AnyTagClassName
{
color: #D5AF46;
}
</style>
background-color css
<style>
a { background-color: #D5AF46; }
a { background-color: rgb(213,175,70); }
div.DivClassName
{
background-color: #D5AF46;
}
.BgClassName
{
background-color: #D5AF46;
}
</style>
border-color css
<style>
span { border-color: #D5AF46; }
span { border-color: rgb(213,175,70); }
td.TdClassName
{
border-color: #D5AF46;
}
.TagClassName
{
border-color: #D5AF46;
}
</style>