Shades of Metallic Gold #D6A038
Tints of Metallic Gold #D6A038
RGB
CMYK
RGB Variations
Color information
#D6A038 (or 0xD6A038) is known color: Metallic Gold. HEX triplet: D6, A0 and 38. RGB value is (214,160,56). Sum of RGB (Red+Green+Blue) = 214+160+56=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A038 is #295FC7. Grayscale: #A4A4A4. Windows color (decimal): -2711496 or 3711190. OLE color: 3711190.
HSL color Cylindrical-coordinate representation of color #D6A038: hue angle of 39.49º 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 #D6A038 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 56 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.16 |
| HSL | 39.49º | 0.66% | 0.53% | - |
| HSV(B) | 39.49º | 0.74% | 0.84% | - |
| XYZ | 41.02 | 39.72 | 9.25 | - |
| YUV | 164.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 56 | 0 | 0.25 | 0.74 | 0.16 | 39.49 | 0.66 | 0.53 |
| Hex | D6 | A0 | 38 | 0 | 19 | 4A | 10 | 27 | 42 | 35 |
| Octal | 326 | 240 | 70 | 0 | 31 | 112 | 20 | 47 | 102 | 65 |
| Binary | 11010110 | 10100000 | 111000 | 0 | 11001 | 1001010 | 10000 | 100111 | 1000010 | 110101 |
Color Harmonies of #D6A038
Complementary color
Monochromatic Colors of #D6A038
Black with #D6A038
Text Example
Text Example
White with #D6A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A038; }
p { color: rgb(214,160,56); }
H1.HeaderClassName
{
color: #D6A038;
}
.AnyTagClassName
{
color: #D6A038;
}
</style>
background-color css
<style>
a { background-color: #D6A038; }
a { background-color: rgb(214,160,56); }
div.DivClassName
{
background-color: #D6A038;
}
.BgClassName
{
background-color: #D6A038;
}
</style>
border-color css
<style>
span { border-color: #D6A038; }
span { border-color: rgb(214,160,56); }
td.TdClassName
{
border-color: #D6A038;
}
.TagClassName
{
border-color: #D6A038;
}
</style>