Shades of Metallic Gold #D5AF45
Tints of Metallic Gold #D5AF45
RGB
CMYK
RGB Variations
Color information
#D5AF45 (or 0xD5AF45) is known color: Metallic Gold. HEX triplet: D5, AF and 45. RGB value is (213,175,69). Sum of RGB (Red+Green+Blue) = 213+175+69=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF45 is #2A50BA. Grayscale: #AEAEAE. Windows color (decimal): -2773179 or 4566997. OLE color: 4566997.
HSL color Cylindrical-coordinate representation of color #D5AF45: hue angle of 44.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5AF45 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 69 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.16 |
| HSL | 44.17º | 0.63% | 0.55% | - |
| HSV(B) | 44.17º | 0.68% | 0.84% | - |
| XYZ | 43.84 | 45.24 | 12.05 | - |
| YUV | 174.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 69 | 0 | 0.18 | 0.68 | 0.16 | 44.17 | 0.63 | 0.55 |
| Hex | D5 | AF | 45 | 0 | 12 | 44 | 10 | 2C | 3F | 37 |
| Octal | 325 | 257 | 105 | 0 | 22 | 104 | 20 | 54 | 77 | 67 |
| Binary | 11010101 | 10101111 | 1000101 | 0 | 10010 | 1000100 | 10000 | 101100 | 111111 | 110111 |
Color Harmonies of #D5AF45
Complementary color
Monochromatic Colors of #D5AF45
Black with #D5AF45
Text Example
Text Example
White with #D5AF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF45; }
p { color: rgb(213,175,69); }
H1.HeaderClassName
{
color: #D5AF45;
}
.AnyTagClassName
{
color: #D5AF45;
}
</style>
background-color css
<style>
a { background-color: #D5AF45; }
a { background-color: rgb(213,175,69); }
div.DivClassName
{
background-color: #D5AF45;
}
.BgClassName
{
background-color: #D5AF45;
}
</style>
border-color css
<style>
span { border-color: #D5AF45; }
span { border-color: rgb(213,175,69); }
td.TdClassName
{
border-color: #D5AF45;
}
.TagClassName
{
border-color: #D5AF45;
}
</style>