Shades of Galliano #DB9F28
Tints of Galliano #DB9F28
RGB
CMYK
RGB Variations
Color information
#DB9F28 (or 0xDB9F28) is known color: Galliano. HEX triplet: DB, 9F and 28. RGB value is (219,159,40). Sum of RGB (Red+Green+Blue) = 219+159+40=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F28 is #2460D7. Grayscale: #A3A3A3. Windows color (decimal): -2384088 or 2662363. OLE color: 2662363.
HSL color Cylindrical-coordinate representation of color #DB9F28: hue angle of 39.89º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB9F28 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 40 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.14 |
| HSL | 39.89º | 0.71% | 0.51% | - |
| HSV(B) | 39.89º | 0.82% | 0.86% | - |
| XYZ | 41.99 | 40.01 | 7.52 | - |
| YUV | 163.37 | 58.38 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 40 | 0 | 0.27 | 0.82 | 0.14 | 39.89 | 0.71 | 0.51 |
| Hex | DB | 9F | 28 | 0 | 1B | 52 | E | 28 | 47 | 33 |
| Octal | 333 | 237 | 50 | 0 | 33 | 122 | 16 | 50 | 107 | 63 |
| Binary | 11011011 | 10011111 | 101000 | 0 | 11011 | 1010010 | 1110 | 101000 | 1000111 | 110011 |
Color Harmonies of #DB9F28
Complementary color
Monochromatic Colors of #DB9F28
Black with #DB9F28
Text Example
Text Example
White with #DB9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F28; }
p { color: rgb(219,159,40); }
H1.HeaderClassName
{
color: #DB9F28;
}
.AnyTagClassName
{
color: #DB9F28;
}
</style>
background-color css
<style>
a { background-color: #DB9F28; }
a { background-color: rgb(219,159,40); }
div.DivClassName
{
background-color: #DB9F28;
}
.BgClassName
{
background-color: #DB9F28;
}
</style>
border-color css
<style>
span { border-color: #DB9F28; }
span { border-color: rgb(219,159,40); }
td.TdClassName
{
border-color: #DB9F28;
}
.TagClassName
{
border-color: #DB9F28;
}
</style>