Shades of Metallic Gold #D6AD38
Tints of Metallic Gold #D6AD38
RGB
CMYK
RGB Variations
Color information
#D6AD38 (or 0xD6AD38) is known color: Metallic Gold. HEX triplet: D6, AD and 38. RGB value is (214,173,56). Sum of RGB (Red+Green+Blue) = 214+173+56=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD38 is #2952C7. Grayscale: #ACACAC. Windows color (decimal): -2708168 or 3714518. OLE color: 3714518.
HSL color Cylindrical-coordinate representation of color #D6AD38: hue angle of 44.43º degrees, saturation: 0.66, 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 #D6AD38 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 56 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.16 |
| HSL | 44.43º | 0.66% | 0.53% | - |
| HSV(B) | 44.43º | 0.74% | 0.84% | - |
| XYZ | 43.39 | 44.47 | 10.04 | - |
| YUV | 171.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 56 | 0 | 0.19 | 0.74 | 0.16 | 44.43 | 0.66 | 0.53 |
| Hex | D6 | AD | 38 | 0 | 13 | 4A | 10 | 2C | 42 | 35 |
| Octal | 326 | 255 | 70 | 0 | 23 | 112 | 20 | 54 | 102 | 65 |
| Binary | 11010110 | 10101101 | 111000 | 0 | 10011 | 1001010 | 10000 | 101100 | 1000010 | 110101 |
Color Harmonies of #D6AD38
Complementary color
Monochromatic Colors of #D6AD38
Black with #D6AD38
Text Example
Text Example
White with #D6AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD38; }
p { color: rgb(214,173,56); }
H1.HeaderClassName
{
color: #D6AD38;
}
.AnyTagClassName
{
color: #D6AD38;
}
</style>
background-color css
<style>
a { background-color: #D6AD38; }
a { background-color: rgb(214,173,56); }
div.DivClassName
{
background-color: #D6AD38;
}
.BgClassName
{
background-color: #D6AD38;
}
</style>
border-color css
<style>
span { border-color: #D6AD38; }
span { border-color: rgb(214,173,56); }
td.TdClassName
{
border-color: #D6AD38;
}
.TagClassName
{
border-color: #D6AD38;
}
</style>