Shades of Galliano #D6A619
Tints of Galliano #D6A619
RGB
CMYK
RGB Variations
Color information
#D6A619 (or 0xD6A619) is known color: Galliano. HEX triplet: D6, A6 and 19. RGB value is (214,166,25). Sum of RGB (Red+Green+Blue) = 214+166+25=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A619 is #2959E6. Grayscale: #A4A4A4. Windows color (decimal): -2709991 or 1681110. OLE color: 1681110.
HSL color Cylindrical-coordinate representation of color #D6A619: hue angle of 44.76º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6A619 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 25 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.16 |
| HSL | 44.76º | 0.79% | 0.47% | - |
| HSV(B) | 44.76º | 0.88% | 0.84% | - |
| XYZ | 41.54 | 41.64 | 6.77 | - |
| YUV | 164.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 25 | 0 | 0.22 | 0.88 | 0.16 | 44.76 | 0.79 | 0.47 |
| Hex | D6 | A6 | 19 | 0 | 16 | 58 | 10 | 2D | 4F | 2F |
| Octal | 326 | 246 | 31 | 0 | 26 | 130 | 20 | 55 | 117 | 57 |
| Binary | 11010110 | 10100110 | 11001 | 0 | 10110 | 1011000 | 10000 | 101101 | 1001111 | 101111 |
Color Harmonies of #D6A619
Complementary color
Monochromatic Colors of #D6A619
Black with #D6A619
Text Example
Text Example
White with #D6A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A619; }
p { color: rgb(214,166,25); }
H1.HeaderClassName
{
color: #D6A619;
}
.AnyTagClassName
{
color: #D6A619;
}
</style>
background-color css
<style>
a { background-color: #D6A619; }
a { background-color: rgb(214,166,25); }
div.DivClassName
{
background-color: #D6A619;
}
.BgClassName
{
background-color: #D6A619;
}
</style>
border-color css
<style>
span { border-color: #D6A619; }
span { border-color: rgb(214,166,25); }
td.TdClassName
{
border-color: #D6A619;
}
.TagClassName
{
border-color: #D6A619;
}
</style>