Shades of Galliano #D09919
Tints of Galliano #D09919
RGB
CMYK
RGB Variations
Color information
#D09919 (or 0xD09919) is known color: Galliano. HEX triplet: D0, 99 and 19. RGB value is (208,153,25). Sum of RGB (Red+Green+Blue) = 208+153+25=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D09919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09919 is #2F66E6. Grayscale: #9B9B9B. Windows color (decimal): -3106535 or 1677776. OLE color: 1677776.
HSL color Cylindrical-coordinate representation of color #D09919: hue angle of 41.97º 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 #D09919 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 25 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.18 |
| HSL | 41.97º | 0.79% | 0.46% | - |
| HSV(B) | 41.97º | 0.88% | 0.82% | - |
| XYZ | 37.58 | 36.26 | 5.94 | - |
| YUV | 154.85 | 54.72 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 25 | 0 | 0.26 | 0.88 | 0.18 | 41.97 | 0.79 | 0.46 |
| Hex | D0 | 99 | 19 | 0 | 1A | 58 | 12 | 2A | 4F | 2E |
| Octal | 320 | 231 | 31 | 0 | 32 | 130 | 22 | 52 | 117 | 56 |
| Binary | 11010000 | 10011001 | 11001 | 0 | 11010 | 1011000 | 10010 | 101010 | 1001111 | 101110 |
Color Harmonies of #D09919
Complementary color
Monochromatic Colors of #D09919
Black with #D09919
Text Example
Text Example
White with #D09919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09919; }
p { color: rgb(208,153,25); }
H1.HeaderClassName
{
color: #D09919;
}
.AnyTagClassName
{
color: #D09919;
}
</style>
background-color css
<style>
a { background-color: #D09919; }
a { background-color: rgb(208,153,25); }
div.DivClassName
{
background-color: #D09919;
}
.BgClassName
{
background-color: #D09919;
}
</style>
border-color css
<style>
span { border-color: #D09919; }
span { border-color: rgb(208,153,25); }
td.TdClassName
{
border-color: #D09919;
}
.TagClassName
{
border-color: #D09919;
}
</style>