Shades of Galliano #DBAC27
Tints of Galliano #DBAC27
RGB
CMYK
RGB Variations
Color information
#DBAC27 (or 0xDBAC27) is known color: Galliano. HEX triplet: DB, AC and 27. RGB value is (219,172,39). Sum of RGB (Red+Green+Blue) = 219+172+39=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC27 is #2453D8. Grayscale: #ABABAB. Windows color (decimal): -2380761 or 2600155. OLE color: 2600155.
HSL color Cylindrical-coordinate representation of color #DBAC27: hue angle of 44.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBAC27 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 39 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.14 |
| HSL | 44.33º | 0.71% | 0.51% | - |
| HSV(B) | 44.33º | 0.82% | 0.86% | - |
| XYZ | 44.33 | 44.71 | 8.21 | - |
| YUV | 170.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 39 | 0 | 0.21 | 0.82 | 0.14 | 44.33 | 0.71 | 0.51 |
| Hex | DB | AC | 27 | 0 | 15 | 52 | E | 2C | 47 | 33 |
| Octal | 333 | 254 | 47 | 0 | 25 | 122 | 16 | 54 | 107 | 63 |
| Binary | 11011011 | 10101100 | 100111 | 0 | 10101 | 1010010 | 1110 | 101100 | 1000111 | 110011 |
Color Harmonies of #DBAC27
Complementary color
Monochromatic Colors of #DBAC27
Black with #DBAC27
Text Example
Text Example
White with #DBAC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC27; }
p { color: rgb(219,172,39); }
H1.HeaderClassName
{
color: #DBAC27;
}
.AnyTagClassName
{
color: #DBAC27;
}
</style>
background-color css
<style>
a { background-color: #DBAC27; }
a { background-color: rgb(219,172,39); }
div.DivClassName
{
background-color: #DBAC27;
}
.BgClassName
{
background-color: #DBAC27;
}
</style>
border-color css
<style>
span { border-color: #DBAC27; }
span { border-color: rgb(219,172,39); }
td.TdClassName
{
border-color: #DBAC27;
}
.TagClassName
{
border-color: #DBAC27;
}
</style>