Shades of Galliano #D59A19
Tints of Galliano #D59A19
RGB
CMYK
RGB Variations
Color information
#D59A19 (or 0xD59A19) is known color: Galliano. HEX triplet: D5, 9A and 19. RGB value is (213,154,25). Sum of RGB (Red+Green+Blue) = 213+154+25=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59A19 is #2A65E6. Grayscale: #9D9D9D. Windows color (decimal): -2778599 or 1678037. OLE color: 1678037.
HSL color Cylindrical-coordinate representation of color #D59A19: hue angle of 41.17º 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 #D59A19 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 25 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.16 |
| HSL | 41.17º | 0.79% | 0.47% | - |
| HSV(B) | 41.17º | 0.88% | 0.84% | - |
| XYZ | 39.17 | 37.33 | 6.06 | - |
| YUV | 156.94 | 53.55 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 25 | 0 | 0.28 | 0.88 | 0.16 | 41.17 | 0.79 | 0.47 |
| Hex | D5 | 9A | 19 | 0 | 1C | 58 | 10 | 29 | 4F | 2F |
| Octal | 325 | 232 | 31 | 0 | 34 | 130 | 20 | 51 | 117 | 57 |
| Binary | 11010101 | 10011010 | 11001 | 0 | 11100 | 1011000 | 10000 | 101001 | 1001111 | 101111 |
Color Harmonies of #D59A19
Complementary color
Monochromatic Colors of #D59A19
Black with #D59A19
Text Example
Text Example
White with #D59A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A19; }
p { color: rgb(213,154,25); }
H1.HeaderClassName
{
color: #D59A19;
}
.AnyTagClassName
{
color: #D59A19;
}
</style>
background-color css
<style>
a { background-color: #D59A19; }
a { background-color: rgb(213,154,25); }
div.DivClassName
{
background-color: #D59A19;
}
.BgClassName
{
background-color: #D59A19;
}
</style>
border-color css
<style>
span { border-color: #D59A19; }
span { border-color: rgb(213,154,25); }
td.TdClassName
{
border-color: #D59A19;
}
.TagClassName
{
border-color: #D59A19;
}
</style>