Shades of Galliano #D59E23
Tints of Galliano #D59E23
RGB
CMYK
RGB Variations
Color information
#D59E23 (or 0xD59E23) is known color: Galliano. HEX triplet: D5, 9E and 23. RGB value is (213,158,35). Sum of RGB (Red+Green+Blue) = 213+158+35=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59E23 is #2A61DC. Grayscale: #A0A0A0. Windows color (decimal): -2777565 or 2334421. OLE color: 2334421.
HSL color Cylindrical-coordinate representation of color #D59E23: hue angle of 41.46º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D59E23 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 35 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.16 |
| HSL | 41.46º | 0.72% | 0.49% | - |
| HSV(B) | 41.46º | 0.84% | 0.84% | - |
| XYZ | 39.97 | 38.72 | 6.96 | - |
| YUV | 160.42 | 57.22 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 35 | 0 | 0.26 | 0.84 | 0.16 | 41.46 | 0.72 | 0.49 |
| Hex | D5 | 9E | 23 | 0 | 1A | 54 | 10 | 29 | 48 | 31 |
| Octal | 325 | 236 | 43 | 0 | 32 | 124 | 20 | 51 | 110 | 61 |
| Binary | 11010101 | 10011110 | 100011 | 0 | 11010 | 1010100 | 10000 | 101001 | 1001000 | 110001 |
Color Harmonies of #D59E23
Complementary color
Monochromatic Colors of #D59E23
Black with #D59E23
Text Example
Text Example
White with #D59E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E23; }
p { color: rgb(213,158,35); }
H1.HeaderClassName
{
color: #D59E23;
}
.AnyTagClassName
{
color: #D59E23;
}
</style>
background-color css
<style>
a { background-color: #D59E23; }
a { background-color: rgb(213,158,35); }
div.DivClassName
{
background-color: #D59E23;
}
.BgClassName
{
background-color: #D59E23;
}
</style>
border-color css
<style>
span { border-color: #D59E23; }
span { border-color: rgb(213,158,35); }
td.TdClassName
{
border-color: #D59E23;
}
.TagClassName
{
border-color: #D59E23;
}
</style>