Shades of Galliano #D19818
Tints of Galliano #D19818
RGB
CMYK
RGB Variations
Color information
#D19818 (or 0xD19818) is known color: Galliano. HEX triplet: D1, 98 and 18. RGB value is (209,152,24). Sum of RGB (Red+Green+Blue) = 209+152+24=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D19818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19818 is #2E67E7. Grayscale: #9B9B9B. Windows color (decimal): -3041256 or 1611985. OLE color: 1611985.
HSL color Cylindrical-coordinate representation of color #D19818: hue angle of 41.51º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D19818 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 24 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.18 |
| HSL | 41.51º | 0.79% | 0.46% | - |
| HSV(B) | 41.51º | 0.89% | 0.82% | - |
| XYZ | 37.69 | 36.08 | 5.84 | - |
| YUV | 154.45 | 54.38 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 24 | 0 | 0.27 | 0.89 | 0.18 | 41.51 | 0.79 | 0.46 |
| Hex | D1 | 98 | 18 | 0 | 1B | 59 | 12 | 2A | 4F | 2E |
| Octal | 321 | 230 | 30 | 0 | 33 | 131 | 22 | 52 | 117 | 56 |
| Binary | 11010001 | 10011000 | 11000 | 0 | 11011 | 1011001 | 10010 | 101010 | 1001111 | 101110 |
Color Harmonies of #D19818
Complementary color
Monochromatic Colors of #D19818
Black with #D19818
Text Example
Text Example
White with #D19818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19818; }
p { color: rgb(209,152,24); }
H1.HeaderClassName
{
color: #D19818;
}
.AnyTagClassName
{
color: #D19818;
}
</style>
background-color css
<style>
a { background-color: #D19818; }
a { background-color: rgb(209,152,24); }
div.DivClassName
{
background-color: #D19818;
}
.BgClassName
{
background-color: #D19818;
}
</style>
border-color css
<style>
span { border-color: #D19818; }
span { border-color: rgb(209,152,24); }
td.TdClassName
{
border-color: #D19818;
}
.TagClassName
{
border-color: #D19818;
}
</style>