Shades of Galliano #DB9D20
Tints of Galliano #DB9D20
RGB
CMYK
RGB Variations
Color information
#DB9D20 (or 0xDB9D20) is known color: Galliano. HEX triplet: DB, 9D and 20. RGB value is (219,157,32). Sum of RGB (Red+Green+Blue) = 219+157+32=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9D20 is #2462DF. Grayscale: #A1A1A1. Windows color (decimal): -2384608 or 2137563. OLE color: 2137563.
HSL color Cylindrical-coordinate representation of color #DB9D20: hue angle of 40.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB9D20 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 32 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.14 |
| HSL | 40.11º | 0.75% | 0.49% | - |
| HSV(B) | 40.11º | 0.85% | 0.86% | - |
| XYZ | 41.53 | 39.28 | 6.76 | - |
| YUV | 161.29 | 55.04 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 32 | 0 | 0.28 | 0.85 | 0.14 | 40.11 | 0.75 | 0.49 |
| Hex | DB | 9D | 20 | 0 | 1C | 55 | E | 28 | 4B | 31 |
| Octal | 333 | 235 | 40 | 0 | 34 | 125 | 16 | 50 | 113 | 61 |
| Binary | 11011011 | 10011101 | 100000 | 0 | 11100 | 1010101 | 1110 | 101000 | 1001011 | 110001 |
Color Harmonies of #DB9D20
Complementary color
Monochromatic Colors of #DB9D20
Black with #DB9D20
Text Example
Text Example
White with #DB9D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D20; }
p { color: rgb(219,157,32); }
H1.HeaderClassName
{
color: #DB9D20;
}
.AnyTagClassName
{
color: #DB9D20;
}
</style>
background-color css
<style>
a { background-color: #DB9D20; }
a { background-color: rgb(219,157,32); }
div.DivClassName
{
background-color: #DB9D20;
}
.BgClassName
{
background-color: #DB9D20;
}
</style>
border-color css
<style>
span { border-color: #DB9D20; }
span { border-color: rgb(219,157,32); }
td.TdClassName
{
border-color: #DB9D20;
}
.TagClassName
{
border-color: #DB9D20;
}
</style>