Shades of Galliano #DBAC25
Tints of Galliano #DBAC25
RGB
CMYK
RGB Variations
Color information
#DBAC25 (or 0xDBAC25) is known color: Galliano. HEX triplet: DB, AC and 25. RGB value is (219,172,37). Sum of RGB (Red+Green+Blue) = 219+172+37=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC25 is #2453DA. Grayscale: #ABABAB. Windows color (decimal): -2380763 or 2469083. OLE color: 2469083.
HSL color Cylindrical-coordinate representation of color #DBAC25: hue angle of 44.51º 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 #DBAC25 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 37 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.14 |
| HSL | 44.51º | 0.72% | 0.5% | - |
| HSV(B) | 44.51º | 0.83% | 0.86% | - |
| XYZ | 44.3 | 44.7 | 8.04 | - |
| YUV | 170.66 | 52.57 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 37 | 0 | 0.21 | 0.83 | 0.14 | 44.51 | 0.72 | 0.5 |
| Hex | DB | AC | 25 | 0 | 15 | 53 | E | 2D | 48 | 32 |
| Octal | 333 | 254 | 45 | 0 | 25 | 123 | 16 | 55 | 110 | 62 |
| Binary | 11011011 | 10101100 | 100101 | 0 | 10101 | 1010011 | 1110 | 101101 | 1001000 | 110010 |
Color Harmonies of #DBAC25
Complementary color
Monochromatic Colors of #DBAC25
Black with #DBAC25
Text Example
Text Example
White with #DBAC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC25; }
p { color: rgb(219,172,37); }
H1.HeaderClassName
{
color: #DBAC25;
}
.AnyTagClassName
{
color: #DBAC25;
}
</style>
background-color css
<style>
a { background-color: #DBAC25; }
a { background-color: rgb(219,172,37); }
div.DivClassName
{
background-color: #DBAC25;
}
.BgClassName
{
background-color: #DBAC25;
}
</style>
border-color css
<style>
span { border-color: #DBAC25; }
span { border-color: rgb(219,172,37); }
td.TdClassName
{
border-color: #DBAC25;
}
.TagClassName
{
border-color: #DBAC25;
}
</style>