Shades of Galliano #DBAD25
Tints of Galliano #DBAD25
RGB
CMYK
RGB Variations
Color information
#DBAD25 (or 0xDBAD25) is known color: Galliano. HEX triplet: DB, AD and 25. RGB value is (219,173,37). Sum of RGB (Red+Green+Blue) = 219+173+37=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD25 is #2452DA. Grayscale: #ABABAB. Windows color (decimal): -2380507 or 2469339. OLE color: 2469339.
HSL color Cylindrical-coordinate representation of color #DBAD25: hue angle of 44.84º 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 #DBAD25 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 37 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.14 |
| HSL | 44.84º | 0.72% | 0.5% | - |
| HSV(B) | 44.84º | 0.83% | 0.86% | - |
| XYZ | 44.49 | 45.08 | 8.11 | - |
| YUV | 171.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 37 | 0 | 0.21 | 0.83 | 0.14 | 44.84 | 0.72 | 0.5 |
| Hex | DB | AD | 25 | 0 | 15 | 53 | E | 2D | 48 | 32 |
| Octal | 333 | 255 | 45 | 0 | 25 | 123 | 16 | 55 | 110 | 62 |
| Binary | 11011011 | 10101101 | 100101 | 0 | 10101 | 1010011 | 1110 | 101101 | 1001000 | 110010 |
Color Harmonies of #DBAD25
Complementary color
Monochromatic Colors of #DBAD25
Black with #DBAD25
Text Example
Text Example
White with #DBAD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD25; }
p { color: rgb(219,173,37); }
H1.HeaderClassName
{
color: #DBAD25;
}
.AnyTagClassName
{
color: #DBAD25;
}
</style>
background-color css
<style>
a { background-color: #DBAD25; }
a { background-color: rgb(219,173,37); }
div.DivClassName
{
background-color: #DBAD25;
}
.BgClassName
{
background-color: #DBAD25;
}
</style>
border-color css
<style>
span { border-color: #DBAD25; }
span { border-color: rgb(219,173,37); }
td.TdClassName
{
border-color: #DBAD25;
}
.TagClassName
{
border-color: #DBAD25;
}
</style>