Shades of Galliano #D59F15
Tints of Galliano #D59F15
RGB
CMYK
RGB Variations
Color information
#D59F15 (or 0xD59F15) is known color: Galliano. HEX triplet: D5, 9F and 15. RGB value is (213,159,21). Sum of RGB (Red+Green+Blue) = 213+159+21=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F15 is #2A60EA. Grayscale: #A0A0A0. Windows color (decimal): -2777323 or 1417173. OLE color: 1417173.
HSL color Cylindrical-coordinate representation of color #D59F15: hue angle of 43.12º 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 #D59F15 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 21 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.16 |
| HSL | 43.13º | 0.82% | 0.46% | - |
| HSV(B) | 43.13º | 0.9% | 0.84% | - |
| XYZ | 39.97 | 39 | 6.13 | - |
| YUV | 159.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 21 | 0 | 0.25 | 0.90 | 0.16 | 43.13 | 0.82 | 0.46 |
| Hex | D5 | 9F | 15 | 0 | 19 | 5A | 10 | 2B | 52 | 2E |
| Octal | 325 | 237 | 25 | 0 | 31 | 132 | 20 | 53 | 122 | 56 |
| Binary | 11010101 | 10011111 | 10101 | 0 | 11001 | 1011010 | 10000 | 101011 | 1010010 | 101110 |
Color Harmonies of #D59F15
Complementary color
Monochromatic Colors of #D59F15
Black with #D59F15
Text Example
Text Example
White with #D59F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F15; }
p { color: rgb(213,159,21); }
H1.HeaderClassName
{
color: #D59F15;
}
.AnyTagClassName
{
color: #D59F15;
}
</style>
background-color css
<style>
a { background-color: #D59F15; }
a { background-color: rgb(213,159,21); }
div.DivClassName
{
background-color: #D59F15;
}
.BgClassName
{
background-color: #D59F15;
}
</style>
border-color css
<style>
span { border-color: #D59F15; }
span { border-color: rgb(213,159,21); }
td.TdClassName
{
border-color: #D59F15;
}
.TagClassName
{
border-color: #D59F15;
}
</style>