Shades of Galliano #DBAE24
Tints of Galliano #DBAE24
RGB
CMYK
RGB Variations
Color information
#DBAE24 (or 0xDBAE24) is known color: Galliano. HEX triplet: DB, AE and 24. RGB value is (219,174,36). Sum of RGB (Red+Green+Blue) = 219+174+36=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE24 is #2451DB. Grayscale: #ACACAC. Windows color (decimal): -2380252 or 2404059. OLE color: 2404059.
HSL color Cylindrical-coordinate representation of color #DBAE24: hue angle of 45.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBAE24 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 36 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.14 |
| HSL | 45.25º | 0.72% | 0.5% | - |
| HSV(B) | 45.25º | 0.84% | 0.86% | - |
| XYZ | 44.67 | 45.46 | 8.09 | - |
| YUV | 171.72 | 51.41 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 36 | 0 | 0.21 | 0.84 | 0.14 | 45.25 | 0.72 | 0.5 |
| Hex | DB | AE | 24 | 0 | 15 | 54 | E | 2D | 48 | 32 |
| Octal | 333 | 256 | 44 | 0 | 25 | 124 | 16 | 55 | 110 | 62 |
| Binary | 11011011 | 10101110 | 100100 | 0 | 10101 | 1010100 | 1110 | 101101 | 1001000 | 110010 |
Color Harmonies of #DBAE24
Complementary color
Monochromatic Colors of #DBAE24
Black with #DBAE24
Text Example
Text Example
White with #DBAE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE24; }
p { color: rgb(219,174,36); }
H1.HeaderClassName
{
color: #DBAE24;
}
.AnyTagClassName
{
color: #DBAE24;
}
</style>
background-color css
<style>
a { background-color: #DBAE24; }
a { background-color: rgb(219,174,36); }
div.DivClassName
{
background-color: #DBAE24;
}
.BgClassName
{
background-color: #DBAE24;
}
</style>
border-color css
<style>
span { border-color: #DBAE24; }
span { border-color: rgb(219,174,36); }
td.TdClassName
{
border-color: #DBAE24;
}
.TagClassName
{
border-color: #DBAE24;
}
</style>