Shades of Galliano #DBAD26
Tints of Galliano #DBAD26
RGB
CMYK
RGB Variations
Color information
#DBAD26 (or 0xDBAD26) is known color: Galliano. HEX triplet: DB, AD and 26. RGB value is (219,173,38). Sum of RGB (Red+Green+Blue) = 219+173+38=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD26 is #2452D9. Grayscale: #ABABAB. Windows color (decimal): -2380506 or 2534875. OLE color: 2534875.
HSL color Cylindrical-coordinate representation of color #DBAD26: hue angle of 44.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBAD26 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 38 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.14 |
| HSL | 44.75º | 0.72% | 0.5% | - |
| HSV(B) | 44.75º | 0.83% | 0.86% | - |
| XYZ | 44.51 | 45.09 | 8.19 | - |
| YUV | 171.36 | 52.74 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 38 | 0 | 0.21 | 0.83 | 0.14 | 44.75 | 0.72 | 0.5 |
| Hex | DB | AD | 26 | 0 | 15 | 53 | E | 2D | 48 | 32 |
| Octal | 333 | 255 | 46 | 0 | 25 | 123 | 16 | 55 | 110 | 62 |
| Binary | 11011011 | 10101101 | 100110 | 0 | 10101 | 1010011 | 1110 | 101101 | 1001000 | 110010 |
Color Harmonies of #DBAD26
Complementary color
Monochromatic Colors of #DBAD26
Black with #DBAD26
Text Example
Text Example
White with #DBAD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD26; }
p { color: rgb(219,173,38); }
H1.HeaderClassName
{
color: #DBAD26;
}
.AnyTagClassName
{
color: #DBAD26;
}
</style>
background-color css
<style>
a { background-color: #DBAD26; }
a { background-color: rgb(219,173,38); }
div.DivClassName
{
background-color: #DBAD26;
}
.BgClassName
{
background-color: #DBAD26;
}
</style>
border-color css
<style>
span { border-color: #DBAD26; }
span { border-color: rgb(219,173,38); }
td.TdClassName
{
border-color: #DBAD26;
}
.TagClassName
{
border-color: #DBAD26;
}
</style>