Shades of Metallic Gold #D5A842
Tints of Metallic Gold #D5A842
RGB
CMYK
RGB Variations
Color information
#D5A842 (or 0xD5A842) is known color: Metallic Gold. HEX triplet: D5, A8 and 42. RGB value is (213,168,66). Sum of RGB (Red+Green+Blue) = 213+168+66=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A842 is #2A57BD. Grayscale: #AAAAAA. Windows color (decimal): -2774974 or 4368597. OLE color: 4368597.
HSL color Cylindrical-coordinate representation of color #D5A842: hue angle of 41.63º degrees, saturation: 0.64, 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 #D5A842 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 66 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.16 |
| HSL | 41.63º | 0.64% | 0.55% | - |
| HSV(B) | 41.63º | 0.69% | 0.84% | - |
| XYZ | 42.43 | 42.54 | 11.13 | - |
| YUV | 169.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 66 | 0 | 0.21 | 0.69 | 0.16 | 41.63 | 0.64 | 0.55 |
| Hex | D5 | A8 | 42 | 0 | 15 | 45 | 10 | 2A | 40 | 37 |
| Octal | 325 | 250 | 102 | 0 | 25 | 105 | 20 | 52 | 100 | 67 |
| Binary | 11010101 | 10101000 | 1000010 | 0 | 10101 | 1000101 | 10000 | 101010 | 1000000 | 110111 |
Color Harmonies of #D5A842
Complementary color
Monochromatic Colors of #D5A842
Black with #D5A842
Text Example
Text Example
White with #D5A842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A842; }
p { color: rgb(213,168,66); }
H1.HeaderClassName
{
color: #D5A842;
}
.AnyTagClassName
{
color: #D5A842;
}
</style>
background-color css
<style>
a { background-color: #D5A842; }
a { background-color: rgb(213,168,66); }
div.DivClassName
{
background-color: #D5A842;
}
.BgClassName
{
background-color: #D5A842;
}
</style>
border-color css
<style>
span { border-color: #D5A842; }
span { border-color: rgb(213,168,66); }
td.TdClassName
{
border-color: #D5A842;
}
.TagClassName
{
border-color: #D5A842;
}
</style>