Shades of Galliano #D09E18
Tints of Galliano #D09E18
RGB
CMYK
RGB Variations
Color information
#D09E18 (or 0xD09E18) is known color: Galliano. HEX triplet: D0, 9E and 18. RGB value is (208,158,24). Sum of RGB (Red+Green+Blue) = 208+158+24=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09E18 is #2F61E7. Grayscale: #9E9E9E. Windows color (decimal): -3105256 or 1613520. OLE color: 1613520.
HSL color Cylindrical-coordinate representation of color #D09E18: hue angle of 43.7º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D09E18 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 24 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.18 |
| HSL | 43.7º | 0.79% | 0.45% | - |
| HSV(B) | 43.7º | 0.88% | 0.82% | - |
| XYZ | 38.4 | 37.93 | 6.16 | - |
| YUV | 157.67 | 52.57 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 24 | 0 | 0.24 | 0.88 | 0.18 | 43.7 | 0.79 | 0.45 |
| Hex | D0 | 9E | 18 | 0 | 18 | 58 | 12 | 2C | 4F | 2D |
| Octal | 320 | 236 | 30 | 0 | 30 | 130 | 22 | 54 | 117 | 55 |
| Binary | 11010000 | 10011110 | 11000 | 0 | 11000 | 1011000 | 10010 | 101100 | 1001111 | 101101 |
Color Harmonies of #D09E18
Complementary color
Monochromatic Colors of #D09E18
Black with #D09E18
Text Example
Text Example
White with #D09E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E18; }
p { color: rgb(208,158,24); }
H1.HeaderClassName
{
color: #D09E18;
}
.AnyTagClassName
{
color: #D09E18;
}
</style>
background-color css
<style>
a { background-color: #D09E18; }
a { background-color: rgb(208,158,24); }
div.DivClassName
{
background-color: #D09E18;
}
.BgClassName
{
background-color: #D09E18;
}
</style>
border-color css
<style>
span { border-color: #D09E18; }
span { border-color: rgb(208,158,24); }
td.TdClassName
{
border-color: #D09E18;
}
.TagClassName
{
border-color: #D09E18;
}
</style>