Shades of Metallic Gold #D5AD2F
Tints of Metallic Gold #D5AD2F
RGB
CMYK
RGB Variations
Color information
#D5AD2F (or 0xD5AD2F) is known color: Metallic Gold. HEX triplet: D5, AD and 2F. RGB value is (213,173,47). Sum of RGB (Red+Green+Blue) = 213+173+47=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD2F is #2A52D0. Grayscale: #ABABAB. Windows color (decimal): -2773713 or 3124693. OLE color: 3124693.
HSL color Cylindrical-coordinate representation of color #D5AD2F: hue angle of 45.54º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5AD2F is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 47 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.16 |
| HSL | 45.54º | 0.66% | 0.51% | - |
| HSV(B) | 45.54º | 0.78% | 0.84% | - |
| XYZ | 42.9 | 44.24 | 8.97 | - |
| YUV | 170.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 47 | 0 | 0.19 | 0.78 | 0.16 | 45.54 | 0.66 | 0.51 |
| Hex | D5 | AD | 2F | 0 | 13 | 4E | 10 | 2E | 42 | 33 |
| Octal | 325 | 255 | 57 | 0 | 23 | 116 | 20 | 56 | 102 | 63 |
| Binary | 11010101 | 10101101 | 101111 | 0 | 10011 | 1001110 | 10000 | 101110 | 1000010 | 110011 |
Color Harmonies of #D5AD2F
Complementary color
Monochromatic Colors of #D5AD2F
Black with #D5AD2F
Text Example
Text Example
White with #D5AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD2F; }
p { color: rgb(213,173,47); }
H1.HeaderClassName
{
color: #D5AD2F;
}
.AnyTagClassName
{
color: #D5AD2F;
}
</style>
background-color css
<style>
a { background-color: #D5AD2F; }
a { background-color: rgb(213,173,47); }
div.DivClassName
{
background-color: #D5AD2F;
}
.BgClassName
{
background-color: #D5AD2F;
}
</style>
border-color css
<style>
span { border-color: #D5AD2F; }
span { border-color: rgb(213,173,47); }
td.TdClassName
{
border-color: #D5AD2F;
}
.TagClassName
{
border-color: #D5AD2F;
}
</style>