Shades of Metallic Gold #D6A830
Tints of Metallic Gold #D6A830
RGB
CMYK
RGB Variations
Color information
#D6A830 (or 0xD6A830) is known color: Metallic Gold. HEX triplet: D6, A8 and 30. RGB value is (214,168,48). Sum of RGB (Red+Green+Blue) = 214+168+48=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A830 is #2957CF. Grayscale: #A8A8A8. Windows color (decimal): -2709456 or 3188950. OLE color: 3188950.
HSL color Cylindrical-coordinate representation of color #D6A830: hue angle of 43.37º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6A830 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 48 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.16 |
| HSL | 43.37º | 0.67% | 0.51% | - |
| HSV(B) | 43.37º | 0.78% | 0.84% | - |
| XYZ | 42.27 | 42.51 | 8.77 | - |
| YUV | 168.07 | 60.24 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 48 | 0 | 0.21 | 0.78 | 0.16 | 43.37 | 0.67 | 0.51 |
| Hex | D6 | A8 | 30 | 0 | 15 | 4E | 10 | 2B | 43 | 33 |
| Octal | 326 | 250 | 60 | 0 | 25 | 116 | 20 | 53 | 103 | 63 |
| Binary | 11010110 | 10101000 | 110000 | 0 | 10101 | 1001110 | 10000 | 101011 | 1000011 | 110011 |
Color Harmonies of #D6A830
Complementary color
Monochromatic Colors of #D6A830
Black with #D6A830
Text Example
Text Example
White with #D6A830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A830; }
p { color: rgb(214,168,48); }
H1.HeaderClassName
{
color: #D6A830;
}
.AnyTagClassName
{
color: #D6A830;
}
</style>
background-color css
<style>
a { background-color: #D6A830; }
a { background-color: rgb(214,168,48); }
div.DivClassName
{
background-color: #D6A830;
}
.BgClassName
{
background-color: #D6A830;
}
</style>
border-color css
<style>
span { border-color: #D6A830; }
span { border-color: rgb(214,168,48); }
td.TdClassName
{
border-color: #D6A830;
}
.TagClassName
{
border-color: #D6A830;
}
</style>