Shades of Metallic Gold #D3AF41
Tints of Metallic Gold #D3AF41
RGB
CMYK
RGB Variations
Color information
#D3AF41 (or 0xD3AF41) is known color: Metallic Gold. HEX triplet: D3, AF and 41. RGB value is (211,175,65). Sum of RGB (Red+Green+Blue) = 211+175+65=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AF41 is #2C50BE. Grayscale: #ADADAD. Windows color (decimal): -2904255 or 4304851. OLE color: 4304851.
HSL color Cylindrical-coordinate representation of color #D3AF41: hue angle of 45.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3AF41 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 65 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.17 |
| HSL | 45.21º | 0.62% | 0.54% | - |
| HSV(B) | 45.21º | 0.69% | 0.83% | - |
| XYZ | 43.15 | 44.89 | 11.39 | - |
| YUV | 173.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 65 | 0 | 0.17 | 0.69 | 0.17 | 45.21 | 0.62 | 0.54 |
| Hex | D3 | AF | 41 | 0 | 11 | 45 | 11 | 2D | 3E | 36 |
| Octal | 323 | 257 | 101 | 0 | 21 | 105 | 21 | 55 | 76 | 66 |
| Binary | 11010011 | 10101111 | 1000001 | 0 | 10001 | 1000101 | 10001 | 101101 | 111110 | 110110 |
Color Harmonies of #D3AF41
Complementary color
Monochromatic Colors of #D3AF41
Black with #D3AF41
Text Example
Text Example
White with #D3AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF41; }
p { color: rgb(211,175,65); }
H1.HeaderClassName
{
color: #D3AF41;
}
.AnyTagClassName
{
color: #D3AF41;
}
</style>
background-color css
<style>
a { background-color: #D3AF41; }
a { background-color: rgb(211,175,65); }
div.DivClassName
{
background-color: #D3AF41;
}
.BgClassName
{
background-color: #D3AF41;
}
</style>
border-color css
<style>
span { border-color: #D3AF41; }
span { border-color: rgb(211,175,65); }
td.TdClassName
{
border-color: #D3AF41;
}
.TagClassName
{
border-color: #D3AF41;
}
</style>