Shades of Galliano #DBAC2A
Tints of Galliano #DBAC2A
RGB
CMYK
RGB Variations
Color information
#DBAC2A (or 0xDBAC2A) is known color: Galliano. HEX triplet: DB, AC and 2A. RGB value is (219,172,42). Sum of RGB (Red+Green+Blue) = 219+172+42=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC2A is #2453D5. Grayscale: #ABABAB. Windows color (decimal): -2380758 or 2796763. OLE color: 2796763.
HSL color Cylindrical-coordinate representation of color #DBAC2A: hue angle of 44.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBAC2A is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 42 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.14 |
| HSL | 44.07º | 0.71% | 0.51% | - |
| HSV(B) | 44.07º | 0.81% | 0.86% | - |
| XYZ | 44.38 | 44.73 | 8.49 | - |
| YUV | 171.23 | 55.07 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 42 | 0 | 0.21 | 0.81 | 0.14 | 44.07 | 0.71 | 0.51 |
| Hex | DB | AC | 2A | 0 | 15 | 51 | E | 2C | 47 | 33 |
| Octal | 333 | 254 | 52 | 0 | 25 | 121 | 16 | 54 | 107 | 63 |
| Binary | 11011011 | 10101100 | 101010 | 0 | 10101 | 1010001 | 1110 | 101100 | 1000111 | 110011 |
Color Harmonies of #DBAC2A
Complementary color
Monochromatic Colors of #DBAC2A
Black with #DBAC2A
Text Example
Text Example
White with #DBAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC2A; }
p { color: rgb(219,172,42); }
H1.HeaderClassName
{
color: #DBAC2A;
}
.AnyTagClassName
{
color: #DBAC2A;
}
</style>
background-color css
<style>
a { background-color: #DBAC2A; }
a { background-color: rgb(219,172,42); }
div.DivClassName
{
background-color: #DBAC2A;
}
.BgClassName
{
background-color: #DBAC2A;
}
</style>
border-color css
<style>
span { border-color: #DBAC2A; }
span { border-color: rgb(219,172,42); }
td.TdClassName
{
border-color: #DBAC2A;
}
.TagClassName
{
border-color: #DBAC2A;
}
</style>