Shades of Galliano #D19E2D
Tints of Galliano #D19E2D
RGB
CMYK
RGB Variations
Color information
#D19E2D (or 0xD19E2D) is known color: Galliano. HEX triplet: D1, 9E and 2D. RGB value is (209,158,45). Sum of RGB (Red+Green+Blue) = 209+158+45=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E2D is #2E61D2. Grayscale: #A0A0A0. Windows color (decimal): -3039699 or 2989777. OLE color: 2989777.
HSL color Cylindrical-coordinate representation of color #D19E2D: hue angle of 41.34º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D19E2D is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 45 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.18 |
| HSL | 41.34º | 0.65% | 0.5% | - |
| HSV(B) | 41.34º | 0.78% | 0.82% | - |
| XYZ | 39 | 38.2 | 7.8 | - |
| YUV | 160.37 | 62.9 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 45 | 0 | 0.24 | 0.78 | 0.18 | 41.34 | 0.65 | 0.5 |
| Hex | D1 | 9E | 2D | 0 | 18 | 4E | 12 | 29 | 41 | 32 |
| Octal | 321 | 236 | 55 | 0 | 30 | 116 | 22 | 51 | 101 | 62 |
| Binary | 11010001 | 10011110 | 101101 | 0 | 11000 | 1001110 | 10010 | 101001 | 1000001 | 110010 |
Color Harmonies of #D19E2D
Complementary color
Monochromatic Colors of #D19E2D
Black with #D19E2D
Text Example
Text Example
White with #D19E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E2D; }
p { color: rgb(209,158,45); }
H1.HeaderClassName
{
color: #D19E2D;
}
.AnyTagClassName
{
color: #D19E2D;
}
</style>
background-color css
<style>
a { background-color: #D19E2D; }
a { background-color: rgb(209,158,45); }
div.DivClassName
{
background-color: #D19E2D;
}
.BgClassName
{
background-color: #D19E2D;
}
</style>
border-color css
<style>
span { border-color: #D19E2D; }
span { border-color: rgb(209,158,45); }
td.TdClassName
{
border-color: #D19E2D;
}
.TagClassName
{
border-color: #D19E2D;
}
</style>