Shades of Galliano #D59B19
Tints of Galliano #D59B19
RGB
CMYK
RGB Variations
Color information
#D59B19 (or 0xD59B19) is known color: Galliano. HEX triplet: D5, 9B and 19. RGB value is (213,155,25). Sum of RGB (Red+Green+Blue) = 213+155+25=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59B19 is #2A64E6. Grayscale: #9E9E9E. Windows color (decimal): -2778343 or 1678293. OLE color: 1678293.
HSL color Cylindrical-coordinate representation of color #D59B19: hue angle of 41.49º 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 #D59B19 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 25 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.16 |
| HSL | 41.49º | 0.79% | 0.47% | - |
| HSV(B) | 41.49º | 0.88% | 0.84% | - |
| XYZ | 39.34 | 37.66 | 6.12 | - |
| YUV | 157.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 25 | 0 | 0.27 | 0.88 | 0.16 | 41.49 | 0.79 | 0.47 |
| Hex | D5 | 9B | 19 | 0 | 1B | 58 | 10 | 29 | 4F | 2F |
| Octal | 325 | 233 | 31 | 0 | 33 | 130 | 20 | 51 | 117 | 57 |
| Binary | 11010101 | 10011011 | 11001 | 0 | 11011 | 1011000 | 10000 | 101001 | 1001111 | 101111 |
Color Harmonies of #D59B19
Complementary color
Monochromatic Colors of #D59B19
Black with #D59B19
Text Example
Text Example
White with #D59B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B19; }
p { color: rgb(213,155,25); }
H1.HeaderClassName
{
color: #D59B19;
}
.AnyTagClassName
{
color: #D59B19;
}
</style>
background-color css
<style>
a { background-color: #D59B19; }
a { background-color: rgb(213,155,25); }
div.DivClassName
{
background-color: #D59B19;
}
.BgClassName
{
background-color: #D59B19;
}
</style>
border-color css
<style>
span { border-color: #D59B19; }
span { border-color: rgb(213,155,25); }
td.TdClassName
{
border-color: #D59B19;
}
.TagClassName
{
border-color: #D59B19;
}
</style>