Shades of Galliano #DBAC2B
Tints of Galliano #DBAC2B
RGB
CMYK
RGB Variations
Color information
#DBAC2B (or 0xDBAC2B) is known color: Galliano. HEX triplet: DB, AC and 2B. RGB value is (219,172,43). Sum of RGB (Red+Green+Blue) = 219+172+43=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC2B is #2453D4. Grayscale: #ABABAB. Windows color (decimal): -2380757 or 2862299. OLE color: 2862299.
HSL color Cylindrical-coordinate representation of color #DBAC2B: hue angle of 43.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBAC2B is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 43 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.14 |
| HSL | 43.98º | 0.71% | 0.51% | - |
| HSV(B) | 43.98º | 0.8% | 0.86% | - |
| XYZ | 44.4 | 44.74 | 8.58 | - |
| YUV | 171.35 | 55.57 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 43 | 0 | 0.21 | 0.80 | 0.14 | 43.98 | 0.71 | 0.51 |
| Hex | DB | AC | 2B | 0 | 15 | 50 | E | 2C | 47 | 33 |
| Octal | 333 | 254 | 53 | 0 | 25 | 120 | 16 | 54 | 107 | 63 |
| Binary | 11011011 | 10101100 | 101011 | 0 | 10101 | 1010000 | 1110 | 101100 | 1000111 | 110011 |
Color Harmonies of #DBAC2B
Complementary color
Monochromatic Colors of #DBAC2B
Black with #DBAC2B
Text Example
Text Example
White with #DBAC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC2B; }
p { color: rgb(219,172,43); }
H1.HeaderClassName
{
color: #DBAC2B;
}
.AnyTagClassName
{
color: #DBAC2B;
}
</style>
background-color css
<style>
a { background-color: #DBAC2B; }
a { background-color: rgb(219,172,43); }
div.DivClassName
{
background-color: #DBAC2B;
}
.BgClassName
{
background-color: #DBAC2B;
}
</style>
border-color css
<style>
span { border-color: #DBAC2B; }
span { border-color: rgb(219,172,43); }
td.TdClassName
{
border-color: #DBAC2B;
}
.TagClassName
{
border-color: #DBAC2B;
}
</style>