Shades of Galliano #D59E24
Tints of Galliano #D59E24
RGB
CMYK
RGB Variations
Color information
#D59E24 (or 0xD59E24) is known color: Galliano. HEX triplet: D5, 9E and 24. RGB value is (213,158,36). Sum of RGB (Red+Green+Blue) = 213+158+36=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59E24 is #2A61DB. Grayscale: #A1A1A1. Windows color (decimal): -2777564 or 2399957. OLE color: 2399957.
HSL color Cylindrical-coordinate representation of color #D59E24: hue angle of 41.36º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D59E24 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 36 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.16 |
| HSL | 41.36º | 0.71% | 0.49% | - |
| HSV(B) | 41.36º | 0.83% | 0.84% | - |
| XYZ | 39.99 | 38.73 | 7.04 | - |
| YUV | 160.54 | 57.72 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 36 | 0 | 0.26 | 0.83 | 0.16 | 41.36 | 0.71 | 0.49 |
| Hex | D5 | 9E | 24 | 0 | 1A | 53 | 10 | 29 | 47 | 31 |
| Octal | 325 | 236 | 44 | 0 | 32 | 123 | 20 | 51 | 107 | 61 |
| Binary | 11010101 | 10011110 | 100100 | 0 | 11010 | 1010011 | 10000 | 101001 | 1000111 | 110001 |
Color Harmonies of #D59E24
Complementary color
Monochromatic Colors of #D59E24
Black with #D59E24
Text Example
Text Example
White with #D59E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E24; }
p { color: rgb(213,158,36); }
H1.HeaderClassName
{
color: #D59E24;
}
.AnyTagClassName
{
color: #D59E24;
}
</style>
background-color css
<style>
a { background-color: #D59E24; }
a { background-color: rgb(213,158,36); }
div.DivClassName
{
background-color: #D59E24;
}
.BgClassName
{
background-color: #D59E24;
}
</style>
border-color css
<style>
span { border-color: #D59E24; }
span { border-color: rgb(213,158,36); }
td.TdClassName
{
border-color: #D59E24;
}
.TagClassName
{
border-color: #D59E24;
}
</style>