Shades of Galliano #D6B015
Tints of Galliano #D6B015
RGB
CMYK
RGB Variations
Color information
#D6B015 (or 0xD6B015) is known color: Galliano. HEX triplet: D6, B0 and 15. RGB value is (214,176,21). Sum of RGB (Red+Green+Blue) = 214+176+21=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B015 is #294FEA. Grayscale: #AAAAAA. Windows color (decimal): -2707435 or 1421526. OLE color: 1421526.
HSL color Cylindrical-coordinate representation of color #D6B015: hue angle of 48.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6B015 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 21 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.16 |
| HSL | 48.19º | 0.82% | 0.46% | - |
| HSV(B) | 48.19º | 0.9% | 0.84% | - |
| XYZ | 43.39 | 45.4 | 7.19 | - |
| YUV | 169.69 | 44.09 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 21 | 0 | 0.18 | 0.90 | 0.16 | 48.19 | 0.82 | 0.46 |
| Hex | D6 | B0 | 15 | 0 | 12 | 5A | 10 | 30 | 52 | 2E |
| Octal | 326 | 260 | 25 | 0 | 22 | 132 | 20 | 60 | 122 | 56 |
| Binary | 11010110 | 10110000 | 10101 | 0 | 10010 | 1011010 | 10000 | 110000 | 1010010 | 101110 |
Color Harmonies of #D6B015
Complementary color
Monochromatic Colors of #D6B015
Black with #D6B015
Text Example
Text Example
White with #D6B015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B015; }
p { color: rgb(214,176,21); }
H1.HeaderClassName
{
color: #D6B015;
}
.AnyTagClassName
{
color: #D6B015;
}
</style>
background-color css
<style>
a { background-color: #D6B015; }
a { background-color: rgb(214,176,21); }
div.DivClassName
{
background-color: #D6B015;
}
.BgClassName
{
background-color: #D6B015;
}
</style>
border-color css
<style>
span { border-color: #D6B015; }
span { border-color: rgb(214,176,21); }
td.TdClassName
{
border-color: #D6B015;
}
.TagClassName
{
border-color: #D6B015;
}
</style>