Shades of Metallic Gold #D5AD43
Tints of Metallic Gold #D5AD43
RGB
CMYK
RGB Variations
Color information
#D5AD43 (or 0xD5AD43) is known color: Metallic Gold. HEX triplet: D5, AD and 43. RGB value is (213,173,67). Sum of RGB (Red+Green+Blue) = 213+173+67=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD43 is #2A52BC. Grayscale: #ADADAD. Windows color (decimal): -2773693 or 4435413. OLE color: 4435413.
HSL color Cylindrical-coordinate representation of color #D5AD43: hue angle of 43.56º degrees, saturation: 0.63, 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 #D5AD43 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 67 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.16 |
| HSL | 43.56º | 0.63% | 0.55% | - |
| HSV(B) | 43.56º | 0.69% | 0.84% | - |
| XYZ | 43.4 | 44.44 | 11.6 | - |
| YUV | 172.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 67 | 0 | 0.19 | 0.69 | 0.16 | 43.56 | 0.63 | 0.55 |
| Hex | D5 | AD | 43 | 0 | 13 | 45 | 10 | 2C | 3F | 37 |
| Octal | 325 | 255 | 103 | 0 | 23 | 105 | 20 | 54 | 77 | 67 |
| Binary | 11010101 | 10101101 | 1000011 | 0 | 10011 | 1000101 | 10000 | 101100 | 111111 | 110111 |
Color Harmonies of #D5AD43
Complementary color
Monochromatic Colors of #D5AD43
Black with #D5AD43
Text Example
Text Example
White with #D5AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD43; }
p { color: rgb(213,173,67); }
H1.HeaderClassName
{
color: #D5AD43;
}
.AnyTagClassName
{
color: #D5AD43;
}
</style>
background-color css
<style>
a { background-color: #D5AD43; }
a { background-color: rgb(213,173,67); }
div.DivClassName
{
background-color: #D5AD43;
}
.BgClassName
{
background-color: #D5AD43;
}
</style>
border-color css
<style>
span { border-color: #D5AD43; }
span { border-color: rgb(213,173,67); }
td.TdClassName
{
border-color: #D5AD43;
}
.TagClassName
{
border-color: #D5AD43;
}
</style>