Shades of Galliano #DBAC1E
Tints of Galliano #DBAC1E
RGB
CMYK
RGB Variations
Color information
#DBAC1E (or 0xDBAC1E) is known color: Galliano. HEX triplet: DB, AC and 1E. RGB value is (219,172,30). Sum of RGB (Red+Green+Blue) = 219+172+30=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC1E is #2453E1. Grayscale: #AAAAAA. Windows color (decimal): -2380770 or 2010331. OLE color: 2010331.
HSL color Cylindrical-coordinate representation of color #DBAC1E: hue angle of 45.08º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBAC1E is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 30 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.14 |
| HSL | 45.08º | 0.76% | 0.49% | - |
| HSV(B) | 45.08º | 0.86% | 0.86% | - |
| XYZ | 44.2 | 44.66 | 7.52 | - |
| YUV | 169.87 | 49.07 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 30 | 0 | 0.21 | 0.86 | 0.14 | 45.08 | 0.76 | 0.49 |
| Hex | DB | AC | 1E | 0 | 15 | 56 | E | 2D | 4C | 31 |
| Octal | 333 | 254 | 36 | 0 | 25 | 126 | 16 | 55 | 114 | 61 |
| Binary | 11011011 | 10101100 | 11110 | 0 | 10101 | 1010110 | 1110 | 101101 | 1001100 | 110001 |
Color Harmonies of #DBAC1E
Complementary color
Monochromatic Colors of #DBAC1E
Black with #DBAC1E
Text Example
Text Example
White with #DBAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC1E; }
p { color: rgb(219,172,30); }
H1.HeaderClassName
{
color: #DBAC1E;
}
.AnyTagClassName
{
color: #DBAC1E;
}
</style>
background-color css
<style>
a { background-color: #DBAC1E; }
a { background-color: rgb(219,172,30); }
div.DivClassName
{
background-color: #DBAC1E;
}
.BgClassName
{
background-color: #DBAC1E;
}
</style>
border-color css
<style>
span { border-color: #DBAC1E; }
span { border-color: rgb(219,172,30); }
td.TdClassName
{
border-color: #DBAC1E;
}
.TagClassName
{
border-color: #DBAC1E;
}
</style>