Shades of Galliano #DBAD20
Tints of Galliano #DBAD20
RGB
CMYK
RGB Variations
Color information
#DBAD20 (or 0xDBAD20) is known color: Galliano. HEX triplet: DB, AD and 20. RGB value is (219,173,32). Sum of RGB (Red+Green+Blue) = 219+173+32=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD20 is #2452DF. Grayscale: #ABABAB. Windows color (decimal): -2380512 or 2141659. OLE color: 2141659.
HSL color Cylindrical-coordinate representation of color #DBAD20: hue angle of 45.24º 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 #DBAD20 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 32 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.14 |
| HSL | 45.24º | 0.75% | 0.49% | - |
| HSV(B) | 45.24º | 0.85% | 0.86% | - |
| XYZ | 44.42 | 45.05 | 7.72 | - |
| YUV | 170.68 | 49.74 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 32 | 0 | 0.21 | 0.85 | 0.14 | 45.24 | 0.75 | 0.49 |
| Hex | DB | AD | 20 | 0 | 15 | 55 | E | 2D | 4B | 31 |
| Octal | 333 | 255 | 40 | 0 | 25 | 125 | 16 | 55 | 113 | 61 |
| Binary | 11011011 | 10101101 | 100000 | 0 | 10101 | 1010101 | 1110 | 101101 | 1001011 | 110001 |
Color Harmonies of #DBAD20
Complementary color
Monochromatic Colors of #DBAD20
Black with #DBAD20
Text Example
Text Example
White with #DBAD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD20; }
p { color: rgb(219,173,32); }
H1.HeaderClassName
{
color: #DBAD20;
}
.AnyTagClassName
{
color: #DBAD20;
}
</style>
background-color css
<style>
a { background-color: #DBAD20; }
a { background-color: rgb(219,173,32); }
div.DivClassName
{
background-color: #DBAD20;
}
.BgClassName
{
background-color: #DBAD20;
}
</style>
border-color css
<style>
span { border-color: #DBAD20; }
span { border-color: rgb(219,173,32); }
td.TdClassName
{
border-color: #DBAD20;
}
.TagClassName
{
border-color: #DBAD20;
}
</style>