Shades of Metallic Gold #D7AD44
Tints of Metallic Gold #D7AD44
RGB
CMYK
RGB Variations
Color information
#D7AD44 (or 0xD7AD44) is known color: Metallic Gold. HEX triplet: D7, AD and 44. RGB value is (215,173,68). Sum of RGB (Red+Green+Blue) = 215+173+68=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AD44 is #2852BB. Grayscale: #AEAEAE. Windows color (decimal): -2642620 or 4500951. OLE color: 4500951.
HSL color Cylindrical-coordinate representation of color #D7AD44: hue angle of 42.86º degrees, saturation: 0.65, 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 #D7AD44 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 68 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.16 |
| HSL | 42.86º | 0.65% | 0.55% | - |
| HSV(B) | 42.86º | 0.68% | 0.84% | - |
| XYZ | 44.01 | 44.75 | 11.79 | - |
| YUV | 173.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 68 | 0 | 0.20 | 0.68 | 0.16 | 42.86 | 0.65 | 0.55 |
| Hex | D7 | AD | 44 | 0 | 14 | 44 | 10 | 2B | 41 | 37 |
| Octal | 327 | 255 | 104 | 0 | 24 | 104 | 20 | 53 | 101 | 67 |
| Binary | 11010111 | 10101101 | 1000100 | 0 | 10100 | 1000100 | 10000 | 101011 | 1000001 | 110111 |
Color Harmonies of #D7AD44
Complementary color
Monochromatic Colors of #D7AD44
Black with #D7AD44
Text Example
Text Example
White with #D7AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD44; }
p { color: rgb(215,173,68); }
H1.HeaderClassName
{
color: #D7AD44;
}
.AnyTagClassName
{
color: #D7AD44;
}
</style>
background-color css
<style>
a { background-color: #D7AD44; }
a { background-color: rgb(215,173,68); }
div.DivClassName
{
background-color: #D7AD44;
}
.BgClassName
{
background-color: #D7AD44;
}
</style>
border-color css
<style>
span { border-color: #D7AD44; }
span { border-color: rgb(215,173,68); }
td.TdClassName
{
border-color: #D7AD44;
}
.TagClassName
{
border-color: #D7AD44;
}
</style>