Shades of Galliano #D6A819
Tints of Galliano #D6A819
RGB
CMYK
RGB Variations
Color information
#D6A819 (or 0xD6A819) is known color: Galliano. HEX triplet: D6, A8 and 19. RGB value is (214,168,25). Sum of RGB (Red+Green+Blue) = 214+168+25=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A819 is #2957E6. Grayscale: #A6A6A6. Windows color (decimal): -2709479 or 1681622. OLE color: 1681622.
HSL color Cylindrical-coordinate representation of color #D6A819: hue angle of 45.4º 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 #D6A819 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 25 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.16 |
| HSL | 45.4º | 0.79% | 0.47% | - |
| HSV(B) | 45.4º | 0.88% | 0.84% | - |
| XYZ | 41.91 | 42.37 | 6.89 | - |
| YUV | 165.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 25 | 0 | 0.21 | 0.88 | 0.16 | 45.4 | 0.79 | 0.47 |
| Hex | D6 | A8 | 19 | 0 | 15 | 58 | 10 | 2D | 4F | 2F |
| Octal | 326 | 250 | 31 | 0 | 25 | 130 | 20 | 55 | 117 | 57 |
| Binary | 11010110 | 10101000 | 11001 | 0 | 10101 | 1011000 | 10000 | 101101 | 1001111 | 101111 |
Color Harmonies of #D6A819
Complementary color
Monochromatic Colors of #D6A819
Black with #D6A819
Text Example
Text Example
White with #D6A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A819; }
p { color: rgb(214,168,25); }
H1.HeaderClassName
{
color: #D6A819;
}
.AnyTagClassName
{
color: #D6A819;
}
</style>
background-color css
<style>
a { background-color: #D6A819; }
a { background-color: rgb(214,168,25); }
div.DivClassName
{
background-color: #D6A819;
}
.BgClassName
{
background-color: #D6A819;
}
</style>
border-color css
<style>
span { border-color: #D6A819; }
span { border-color: rgb(214,168,25); }
td.TdClassName
{
border-color: #D6A819;
}
.TagClassName
{
border-color: #D6A819;
}
</style>