Shades of Metallic Gold #D6A630
Tints of Metallic Gold #D6A630
RGB
CMYK
RGB Variations
Color information
#D6A630 (or 0xD6A630) is known color: Metallic Gold. HEX triplet: D6, A6 and 30. RGB value is (214,166,48). Sum of RGB (Red+Green+Blue) = 214+166+48=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A630 is #2959CF. Grayscale: #A7A7A7. Windows color (decimal): -2709968 or 3188438. OLE color: 3188438.
HSL color Cylindrical-coordinate representation of color #D6A630: hue angle of 42.65º 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 #D6A630 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 48 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.16 |
| HSL | 42.65º | 0.67% | 0.51% | - |
| HSV(B) | 42.65º | 0.78% | 0.84% | - |
| XYZ | 41.9 | 41.78 | 8.65 | - |
| YUV | 166.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 48 | 0 | 0.22 | 0.78 | 0.16 | 42.65 | 0.67 | 0.51 |
| Hex | D6 | A6 | 30 | 0 | 16 | 4E | 10 | 2B | 43 | 33 |
| Octal | 326 | 246 | 60 | 0 | 26 | 116 | 20 | 53 | 103 | 63 |
| Binary | 11010110 | 10100110 | 110000 | 0 | 10110 | 1001110 | 10000 | 101011 | 1000011 | 110011 |
Color Harmonies of #D6A630
Complementary color
Monochromatic Colors of #D6A630
Black with #D6A630
Text Example
Text Example
White with #D6A630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A630; }
p { color: rgb(214,166,48); }
H1.HeaderClassName
{
color: #D6A630;
}
.AnyTagClassName
{
color: #D6A630;
}
</style>
background-color css
<style>
a { background-color: #D6A630; }
a { background-color: rgb(214,166,48); }
div.DivClassName
{
background-color: #D6A630;
}
.BgClassName
{
background-color: #D6A630;
}
</style>
border-color css
<style>
span { border-color: #D6A630; }
span { border-color: rgb(214,166,48); }
td.TdClassName
{
border-color: #D6A630;
}
.TagClassName
{
border-color: #D6A630;
}
</style>