Shades of Metallic Gold #D7AA38
Tints of Metallic Gold #D7AA38
RGB
CMYK
RGB Variations
Color information
#D7AA38 (or 0xD7AA38) is known color: Metallic Gold. HEX triplet: D7, AA and 38. RGB value is (215,170,56). Sum of RGB (Red+Green+Blue) = 215+170+56=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AA38 is #2855C7. Grayscale: #AAAAAA. Windows color (decimal): -2643400 or 3713751. OLE color: 3713751.
HSL color Cylindrical-coordinate representation of color #D7AA38: hue angle of 43.02º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7AA38 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 56 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.16 |
| HSL | 43.02º | 0.67% | 0.53% | - |
| HSV(B) | 43.02º | 0.74% | 0.84% | - |
| XYZ | 43.11 | 43.48 | 9.86 | - |
| YUV | 170.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 56 | 0 | 0.21 | 0.74 | 0.16 | 43.02 | 0.67 | 0.53 |
| Hex | D7 | AA | 38 | 0 | 15 | 4A | 10 | 2B | 43 | 35 |
| Octal | 327 | 252 | 70 | 0 | 25 | 112 | 20 | 53 | 103 | 65 |
| Binary | 11010111 | 10101010 | 111000 | 0 | 10101 | 1001010 | 10000 | 101011 | 1000011 | 110101 |
Color Harmonies of #D7AA38
Complementary color
Monochromatic Colors of #D7AA38
Black with #D7AA38
Text Example
Text Example
White with #D7AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA38; }
p { color: rgb(215,170,56); }
H1.HeaderClassName
{
color: #D7AA38;
}
.AnyTagClassName
{
color: #D7AA38;
}
</style>
background-color css
<style>
a { background-color: #D7AA38; }
a { background-color: rgb(215,170,56); }
div.DivClassName
{
background-color: #D7AA38;
}
.BgClassName
{
background-color: #D7AA38;
}
</style>
border-color css
<style>
span { border-color: #D7AA38; }
span { border-color: rgb(215,170,56); }
td.TdClassName
{
border-color: #D7AA38;
}
.TagClassName
{
border-color: #D7AA38;
}
</style>