Shades of Galliano #D09917
Tints of Galliano #D09917
RGB
CMYK
RGB Variations
Color information
#D09917 (or 0xD09917) is known color: Galliano. HEX triplet: D0, 99 and 17. RGB value is (208,153,23). Sum of RGB (Red+Green+Blue) = 208+153+23=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D09917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09917 is #2F66E8. Grayscale: #9B9B9B. Windows color (decimal): -3106537 or 1546704. OLE color: 1546704.
HSL color Cylindrical-coordinate representation of color #D09917: hue angle of 42.16º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D09917 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 23 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.18 |
| HSL | 42.16º | 0.8% | 0.45% | - |
| HSV(B) | 42.16º | 0.89% | 0.82% | - |
| XYZ | 37.56 | 36.25 | 5.83 | - |
| YUV | 154.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 23 | 0 | 0.26 | 0.89 | 0.18 | 42.16 | 0.8 | 0.45 |
| Hex | D0 | 99 | 17 | 0 | 1A | 59 | 12 | 2A | 50 | 2D |
| Octal | 320 | 231 | 27 | 0 | 32 | 131 | 22 | 52 | 120 | 55 |
| Binary | 11010000 | 10011001 | 10111 | 0 | 11010 | 1011001 | 10010 | 101010 | 1010000 | 101101 |
Color Harmonies of #D09917
Complementary color
Monochromatic Colors of #D09917
Black with #D09917
Text Example
Text Example
White with #D09917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09917; }
p { color: rgb(208,153,23); }
H1.HeaderClassName
{
color: #D09917;
}
.AnyTagClassName
{
color: #D09917;
}
</style>
background-color css
<style>
a { background-color: #D09917; }
a { background-color: rgb(208,153,23); }
div.DivClassName
{
background-color: #D09917;
}
.BgClassName
{
background-color: #D09917;
}
</style>
border-color css
<style>
span { border-color: #D09917; }
span { border-color: rgb(208,153,23); }
td.TdClassName
{
border-color: #D09917;
}
.TagClassName
{
border-color: #D09917;
}
</style>