Shades of Galliano #D59E15
Tints of Galliano #D59E15
RGB
CMYK
RGB Variations
Color information
#D59E15 (or 0xD59E15) is known color: Galliano. HEX triplet: D5, 9E and 15. RGB value is (213,158,21). Sum of RGB (Red+Green+Blue) = 213+158+21=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59E15 is #2A61EA. Grayscale: #9F9F9F. Windows color (decimal): -2777579 or 1416917. OLE color: 1416917.
HSL color Cylindrical-coordinate representation of color #D59E15: hue angle of 42.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59E15 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.16 |
| HSL | 42.81º | 0.82% | 0.46% | - |
| HSV(B) | 42.81º | 0.9% | 0.84% | - |
| XYZ | 39.8 | 38.65 | 6.07 | - |
| YUV | 158.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 21 | 0 | 0.26 | 0.90 | 0.16 | 42.81 | 0.82 | 0.46 |
| Hex | D5 | 9E | 15 | 0 | 1A | 5A | 10 | 2B | 52 | 2E |
| Octal | 325 | 236 | 25 | 0 | 32 | 132 | 20 | 53 | 122 | 56 |
| Binary | 11010101 | 10011110 | 10101 | 0 | 11010 | 1011010 | 10000 | 101011 | 1010010 | 101110 |
Color Harmonies of #D59E15
Complementary color
Monochromatic Colors of #D59E15
Black with #D59E15
Text Example
Text Example
White with #D59E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E15; }
p { color: rgb(213,158,21); }
H1.HeaderClassName
{
color: #D59E15;
}
.AnyTagClassName
{
color: #D59E15;
}
</style>
background-color css
<style>
a { background-color: #D59E15; }
a { background-color: rgb(213,158,21); }
div.DivClassName
{
background-color: #D59E15;
}
.BgClassName
{
background-color: #D59E15;
}
</style>
border-color css
<style>
span { border-color: #D59E15; }
span { border-color: rgb(213,158,21); }
td.TdClassName
{
border-color: #D59E15;
}
.TagClassName
{
border-color: #D59E15;
}
</style>