Shades of Galliano #D79E18
Tints of Galliano #D79E18
RGB
CMYK
RGB Variations
Color information
#D79E18 (or 0xD79E18) is known color: Galliano. HEX triplet: D7, 9E and 18. RGB value is (215,158,24). Sum of RGB (Red+Green+Blue) = 215+158+24=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79E18 is #2861E7. Grayscale: #A0A0A0. Windows color (decimal): -2646504 or 1613527. OLE color: 1613527.
HSL color Cylindrical-coordinate representation of color #D79E18: hue angle of 42.09º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D79E18 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 24 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.16 |
| HSL | 42.09º | 0.8% | 0.47% | - |
| HSV(B) | 42.09º | 0.89% | 0.84% | - |
| XYZ | 40.42 | 38.97 | 6.26 | - |
| YUV | 159.77 | 51.38 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 24 | 0 | 0.27 | 0.89 | 0.16 | 42.09 | 0.8 | 0.47 |
| Hex | D7 | 9E | 18 | 0 | 1B | 59 | 10 | 2A | 50 | 2F |
| Octal | 327 | 236 | 30 | 0 | 33 | 131 | 20 | 52 | 120 | 57 |
| Binary | 11010111 | 10011110 | 11000 | 0 | 11011 | 1011001 | 10000 | 101010 | 1010000 | 101111 |
Color Harmonies of #D79E18
Complementary color
Monochromatic Colors of #D79E18
Black with #D79E18
Text Example
Text Example
White with #D79E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79E18; }
p { color: rgb(215,158,24); }
H1.HeaderClassName
{
color: #D79E18;
}
.AnyTagClassName
{
color: #D79E18;
}
</style>
background-color css
<style>
a { background-color: #D79E18; }
a { background-color: rgb(215,158,24); }
div.DivClassName
{
background-color: #D79E18;
}
.BgClassName
{
background-color: #D79E18;
}
</style>
border-color css
<style>
span { border-color: #D79E18; }
span { border-color: rgb(215,158,24); }
td.TdClassName
{
border-color: #D79E18;
}
.TagClassName
{
border-color: #D79E18;
}
</style>