Shades of Metallic Gold #D5AF41
Tints of Metallic Gold #D5AF41
RGB
CMYK
RGB Variations
Color information
#D5AF41 (or 0xD5AF41) is known color: Metallic Gold. HEX triplet: D5, AF and 41. RGB value is (213,175,65). Sum of RGB (Red+Green+Blue) = 213+175+65=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF41 is #2A50BE. Grayscale: #AEAEAE. Windows color (decimal): -2773183 or 4304853. OLE color: 4304853.
HSL color Cylindrical-coordinate representation of color #D5AF41: hue angle of 44.59º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5AF41 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 65 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.16 |
| HSL | 44.59º | 0.64% | 0.55% | - |
| HSV(B) | 44.59º | 0.69% | 0.84% | - |
| XYZ | 43.72 | 45.19 | 11.42 | - |
| YUV | 173.82 | 66.59 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 65 | 0 | 0.18 | 0.69 | 0.16 | 44.59 | 0.64 | 0.55 |
| Hex | D5 | AF | 41 | 0 | 12 | 45 | 10 | 2D | 40 | 37 |
| Octal | 325 | 257 | 101 | 0 | 22 | 105 | 20 | 55 | 100 | 67 |
| Binary | 11010101 | 10101111 | 1000001 | 0 | 10010 | 1000101 | 10000 | 101101 | 1000000 | 110111 |
Color Harmonies of #D5AF41
Complementary color
Monochromatic Colors of #D5AF41
Black with #D5AF41
Text Example
Text Example
White with #D5AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF41; }
p { color: rgb(213,175,65); }
H1.HeaderClassName
{
color: #D5AF41;
}
.AnyTagClassName
{
color: #D5AF41;
}
</style>
background-color css
<style>
a { background-color: #D5AF41; }
a { background-color: rgb(213,175,65); }
div.DivClassName
{
background-color: #D5AF41;
}
.BgClassName
{
background-color: #D5AF41;
}
</style>
border-color css
<style>
span { border-color: #D5AF41; }
span { border-color: rgb(213,175,65); }
td.TdClassName
{
border-color: #D5AF41;
}
.TagClassName
{
border-color: #D5AF41;
}
</style>