Shades of Galliano #DBAD27
Tints of Galliano #DBAD27
RGB
CMYK
RGB Variations
Color information
#DBAD27 (or 0xDBAD27) is known color: Galliano. HEX triplet: DB, AD and 27. RGB value is (219,173,39). Sum of RGB (Red+Green+Blue) = 219+173+39=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD27 is #2452D8. Grayscale: #ACACAC. Windows color (decimal): -2380505 or 2600411. OLE color: 2600411.
HSL color Cylindrical-coordinate representation of color #DBAD27: hue angle of 44.67º 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 #DBAD27 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 39 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.14 |
| HSL | 44.67º | 0.71% | 0.51% | - |
| HSV(B) | 44.67º | 0.82% | 0.86% | - |
| XYZ | 44.52 | 45.09 | 8.28 | - |
| YUV | 171.48 | 53.24 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 39 | 0 | 0.21 | 0.82 | 0.14 | 44.67 | 0.71 | 0.51 |
| Hex | DB | AD | 27 | 0 | 15 | 52 | E | 2D | 47 | 33 |
| Octal | 333 | 255 | 47 | 0 | 25 | 122 | 16 | 55 | 107 | 63 |
| Binary | 11011011 | 10101101 | 100111 | 0 | 10101 | 1010010 | 1110 | 101101 | 1000111 | 110011 |
Color Harmonies of #DBAD27
Complementary color
Monochromatic Colors of #DBAD27
Black with #DBAD27
Text Example
Text Example
White with #DBAD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD27; }
p { color: rgb(219,173,39); }
H1.HeaderClassName
{
color: #DBAD27;
}
.AnyTagClassName
{
color: #DBAD27;
}
</style>
background-color css
<style>
a { background-color: #DBAD27; }
a { background-color: rgb(219,173,39); }
div.DivClassName
{
background-color: #DBAD27;
}
.BgClassName
{
background-color: #DBAD27;
}
</style>
border-color css
<style>
span { border-color: #DBAD27; }
span { border-color: rgb(219,173,39); }
td.TdClassName
{
border-color: #DBAD27;
}
.TagClassName
{
border-color: #DBAD27;
}
</style>