Shades of Galliano #DBAB25
Tints of Galliano #DBAB25
RGB
CMYK
RGB Variations
Color information
#DBAB25 (or 0xDBAB25) is known color: Galliano. HEX triplet: DB, AB and 25. RGB value is (219,171,37). Sum of RGB (Red+Green+Blue) = 219+171+37=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB25 is #2454DA. Grayscale: #AAAAAA. Windows color (decimal): -2381019 or 2468827. OLE color: 2468827.
HSL color Cylindrical-coordinate representation of color #DBAB25: hue angle of 44.18º 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 #DBAB25 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 37 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.14 |
| HSL | 44.18º | 0.72% | 0.5% | - |
| HSV(B) | 44.18º | 0.83% | 0.86% | - |
| XYZ | 44.11 | 44.32 | 7.98 | - |
| YUV | 170.08 | 52.9 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 37 | 0 | 0.22 | 0.83 | 0.14 | 44.18 | 0.72 | 0.5 |
| Hex | DB | AB | 25 | 0 | 16 | 53 | E | 2C | 48 | 32 |
| Octal | 333 | 253 | 45 | 0 | 26 | 123 | 16 | 54 | 110 | 62 |
| Binary | 11011011 | 10101011 | 100101 | 0 | 10110 | 1010011 | 1110 | 101100 | 1001000 | 110010 |
Color Harmonies of #DBAB25
Complementary color
Monochromatic Colors of #DBAB25
Black with #DBAB25
Text Example
Text Example
White with #DBAB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB25; }
p { color: rgb(219,171,37); }
H1.HeaderClassName
{
color: #DBAB25;
}
.AnyTagClassName
{
color: #DBAB25;
}
</style>
background-color css
<style>
a { background-color: #DBAB25; }
a { background-color: rgb(219,171,37); }
div.DivClassName
{
background-color: #DBAB25;
}
.BgClassName
{
background-color: #DBAB25;
}
</style>
border-color css
<style>
span { border-color: #DBAB25; }
span { border-color: rgb(219,171,37); }
td.TdClassName
{
border-color: #DBAB25;
}
.TagClassName
{
border-color: #DBAB25;
}
</style>