Shades of Galliano #DBAC20
Tints of Galliano #DBAC20
RGB
CMYK
RGB Variations
Color information
#DBAC20 (or 0xDBAC20) is known color: Galliano. HEX triplet: DB, AC and 20. RGB value is (219,172,32). Sum of RGB (Red+Green+Blue) = 219+172+32=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC20 is #2453DF. Grayscale: #AAAAAA. Windows color (decimal): -2380768 or 2141403. OLE color: 2141403.
HSL color Cylindrical-coordinate representation of color #DBAC20: hue angle of 44.92º 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 #DBAC20 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 32 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.14 |
| HSL | 44.92º | 0.75% | 0.49% | - |
| HSV(B) | 44.92º | 0.85% | 0.86% | - |
| XYZ | 44.23 | 44.67 | 7.66 | - |
| YUV | 170.09 | 50.07 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 32 | 0 | 0.21 | 0.85 | 0.14 | 44.92 | 0.75 | 0.49 |
| Hex | DB | AC | 20 | 0 | 15 | 55 | E | 2D | 4B | 31 |
| Octal | 333 | 254 | 40 | 0 | 25 | 125 | 16 | 55 | 113 | 61 |
| Binary | 11011011 | 10101100 | 100000 | 0 | 10101 | 1010101 | 1110 | 101101 | 1001011 | 110001 |
Color Harmonies of #DBAC20
Complementary color
Monochromatic Colors of #DBAC20
Black with #DBAC20
Text Example
Text Example
White with #DBAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC20; }
p { color: rgb(219,172,32); }
H1.HeaderClassName
{
color: #DBAC20;
}
.AnyTagClassName
{
color: #DBAC20;
}
</style>
background-color css
<style>
a { background-color: #DBAC20; }
a { background-color: rgb(219,172,32); }
div.DivClassName
{
background-color: #DBAC20;
}
.BgClassName
{
background-color: #DBAC20;
}
</style>
border-color css
<style>
span { border-color: #DBAC20; }
span { border-color: rgb(219,172,32); }
td.TdClassName
{
border-color: #DBAC20;
}
.TagClassName
{
border-color: #DBAC20;
}
</style>