Shades of Galliano #D09817
Tints of Galliano #D09817
RGB
CMYK
RGB Variations
Color information
#D09817 (or 0xD09817) is known color: Galliano. HEX triplet: D0, 98 and 17. RGB value is (208,152,23). Sum of RGB (Red+Green+Blue) = 208+152+23=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D09817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09817 is #2F67E8. Grayscale: #9A9A9A. Windows color (decimal): -3106793 or 1546448. OLE color: 1546448.
HSL color Cylindrical-coordinate representation of color #D09817: hue angle of 41.84º 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 #D09817 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 23 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.18 |
| HSL | 41.84º | 0.8% | 0.45% | - |
| HSV(B) | 41.84º | 0.89% | 0.82% | - |
| XYZ | 37.4 | 35.93 | 5.77 | - |
| YUV | 154.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 23 | 0 | 0.27 | 0.89 | 0.18 | 41.84 | 0.8 | 0.45 |
| Hex | D0 | 98 | 17 | 0 | 1B | 59 | 12 | 2A | 50 | 2D |
| Octal | 320 | 230 | 27 | 0 | 33 | 131 | 22 | 52 | 120 | 55 |
| Binary | 11010000 | 10011000 | 10111 | 0 | 11011 | 1011001 | 10010 | 101010 | 1010000 | 101101 |
Color Harmonies of #D09817
Complementary color
Monochromatic Colors of #D09817
Black with #D09817
Text Example
Text Example
White with #D09817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09817; }
p { color: rgb(208,152,23); }
H1.HeaderClassName
{
color: #D09817;
}
.AnyTagClassName
{
color: #D09817;
}
</style>
background-color css
<style>
a { background-color: #D09817; }
a { background-color: rgb(208,152,23); }
div.DivClassName
{
background-color: #D09817;
}
.BgClassName
{
background-color: #D09817;
}
</style>
border-color css
<style>
span { border-color: #D09817; }
span { border-color: rgb(208,152,23); }
td.TdClassName
{
border-color: #D09817;
}
.TagClassName
{
border-color: #D09817;
}
</style>