Shades of Galliano #DBAC21
Tints of Galliano #DBAC21
RGB
CMYK
RGB Variations
Color information
#DBAC21 (or 0xDBAC21) is known color: Galliano. HEX triplet: DB, AC and 21. RGB value is (219,172,33). Sum of RGB (Red+Green+Blue) = 219+172+33=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC21 is #2453DE. Grayscale: #AAAAAA. Windows color (decimal): -2380767 or 2206939. OLE color: 2206939.
HSL color Cylindrical-coordinate representation of color #DBAC21: hue angle of 44.84º degrees, saturation: 0.74, 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 #DBAC21 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 33 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.14 |
| HSL | 44.84º | 0.74% | 0.49% | - |
| HSV(B) | 44.84º | 0.85% | 0.86% | - |
| XYZ | 44.24 | 44.67 | 7.73 | - |
| YUV | 170.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 33 | 0 | 0.21 | 0.85 | 0.14 | 44.84 | 0.74 | 0.49 |
| Hex | DB | AC | 21 | 0 | 15 | 55 | E | 2D | 4A | 31 |
| Octal | 333 | 254 | 41 | 0 | 25 | 125 | 16 | 55 | 112 | 61 |
| Binary | 11011011 | 10101100 | 100001 | 0 | 10101 | 1010101 | 1110 | 101101 | 1001010 | 110001 |
Color Harmonies of #DBAC21
Complementary color
Monochromatic Colors of #DBAC21
Black with #DBAC21
Text Example
Text Example
White with #DBAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC21; }
p { color: rgb(219,172,33); }
H1.HeaderClassName
{
color: #DBAC21;
}
.AnyTagClassName
{
color: #DBAC21;
}
</style>
background-color css
<style>
a { background-color: #DBAC21; }
a { background-color: rgb(219,172,33); }
div.DivClassName
{
background-color: #DBAC21;
}
.BgClassName
{
background-color: #DBAC21;
}
</style>
border-color css
<style>
span { border-color: #DBAC21; }
span { border-color: rgb(219,172,33); }
td.TdClassName
{
border-color: #DBAC21;
}
.TagClassName
{
border-color: #DBAC21;
}
</style>