Shades of Galliano #D19919
Tints of Galliano #D19919
RGB
CMYK
RGB Variations
Color information
#D19919 (or 0xD19919) is known color: Galliano. HEX triplet: D1, 99 and 19. RGB value is (209,153,25). Sum of RGB (Red+Green+Blue) = 209+153+25=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D19919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19919 is #2E66E6. Grayscale: #9B9B9B. Windows color (decimal): -3040999 or 1677777. OLE color: 1677777.
HSL color Cylindrical-coordinate representation of color #D19919: hue angle of 41.74º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D19919 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 25 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.18 |
| HSL | 41.74º | 0.79% | 0.46% | - |
| HSV(B) | 41.74º | 0.88% | 0.82% | - |
| XYZ | 37.86 | 36.41 | 5.95 | - |
| YUV | 155.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 25 | 0 | 0.27 | 0.88 | 0.18 | 41.74 | 0.79 | 0.46 |
| Hex | D1 | 99 | 19 | 0 | 1B | 58 | 12 | 2A | 4F | 2E |
| Octal | 321 | 231 | 31 | 0 | 33 | 130 | 22 | 52 | 117 | 56 |
| Binary | 11010001 | 10011001 | 11001 | 0 | 11011 | 1011000 | 10010 | 101010 | 1001111 | 101110 |
Color Harmonies of #D19919
Complementary color
Monochromatic Colors of #D19919
Black with #D19919
Text Example
Text Example
White with #D19919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19919; }
p { color: rgb(209,153,25); }
H1.HeaderClassName
{
color: #D19919;
}
.AnyTagClassName
{
color: #D19919;
}
</style>
background-color css
<style>
a { background-color: #D19919; }
a { background-color: rgb(209,153,25); }
div.DivClassName
{
background-color: #D19919;
}
.BgClassName
{
background-color: #D19919;
}
</style>
border-color css
<style>
span { border-color: #D19919; }
span { border-color: rgb(209,153,25); }
td.TdClassName
{
border-color: #D19919;
}
.TagClassName
{
border-color: #D19919;
}
</style>