Shades of Metallic Gold #D6B130
Tints of Metallic Gold #D6B130
RGB
CMYK
RGB Variations
Color information
#D6B130 (or 0xD6B130) is known color: Metallic Gold. HEX triplet: D6, B1 and 30. RGB value is (214,177,48). Sum of RGB (Red+Green+Blue) = 214+177+48=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B130 is #294ECF. Grayscale: #ADADAD. Windows color (decimal): -2707152 or 3191254. OLE color: 3191254.
HSL color Cylindrical-coordinate representation of color #D6B130: hue angle of 46.63º 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 #D6B130 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 48 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.16 |
| HSL | 46.63º | 0.67% | 0.51% | - |
| HSV(B) | 46.63º | 0.78% | 0.84% | - |
| XYZ | 43.99 | 45.95 | 9.35 | - |
| YUV | 173.36 | 57.26 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 48 | 0 | 0.17 | 0.78 | 0.16 | 46.63 | 0.67 | 0.51 |
| Hex | D6 | B1 | 30 | 0 | 11 | 4E | 10 | 2F | 43 | 33 |
| Octal | 326 | 261 | 60 | 0 | 21 | 116 | 20 | 57 | 103 | 63 |
| Binary | 11010110 | 10110001 | 110000 | 0 | 10001 | 1001110 | 10000 | 101111 | 1000011 | 110011 |
Color Harmonies of #D6B130
Complementary color
Monochromatic Colors of #D6B130
Black with #D6B130
Text Example
Text Example
White with #D6B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B130; }
p { color: rgb(214,177,48); }
H1.HeaderClassName
{
color: #D6B130;
}
.AnyTagClassName
{
color: #D6B130;
}
</style>
background-color css
<style>
a { background-color: #D6B130; }
a { background-color: rgb(214,177,48); }
div.DivClassName
{
background-color: #D6B130;
}
.BgClassName
{
background-color: #D6B130;
}
</style>
border-color css
<style>
span { border-color: #D6B130; }
span { border-color: rgb(214,177,48); }
td.TdClassName
{
border-color: #D6B130;
}
.TagClassName
{
border-color: #D6B130;
}
</style>