Shades of Galliano #DBAA23
Tints of Galliano #DBAA23
RGB
CMYK
RGB Variations
Color information
#DBAA23 (or 0xDBAA23) is known color: Galliano. HEX triplet: DB, AA and 23. RGB value is (219,170,35). Sum of RGB (Red+Green+Blue) = 219+170+35=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 35 (14.06% from 255 or 8.25% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA23 is #2455DC. Grayscale: #A9A9A9. Windows color (decimal): -2381277 or 2337499. OLE color: 2337499.
HSL color Cylindrical-coordinate representation of color #DBAA23: hue angle of 44.02º 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 #DBAA23 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 35 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.14 |
| HSL | 44.02º | 0.72% | 0.5% | - |
| HSV(B) | 44.02º | 0.84% | 0.86% | - |
| XYZ | 43.89 | 43.93 | 7.76 | - |
| YUV | 169.26 | 52.23 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 35 | 0 | 0.22 | 0.84 | 0.14 | 44.02 | 0.72 | 0.5 |
| Hex | DB | AA | 23 | 0 | 16 | 54 | E | 2C | 48 | 32 |
| Octal | 333 | 252 | 43 | 0 | 26 | 124 | 16 | 54 | 110 | 62 |
| Binary | 11011011 | 10101010 | 100011 | 0 | 10110 | 1010100 | 1110 | 101100 | 1001000 | 110010 |
Color Harmonies of #DBAA23
Complementary color
Monochromatic Colors of #DBAA23
Black with #DBAA23
Text Example
Text Example
White with #DBAA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA23; }
p { color: rgb(219,170,35); }
H1.HeaderClassName
{
color: #DBAA23;
}
.AnyTagClassName
{
color: #DBAA23;
}
</style>
background-color css
<style>
a { background-color: #DBAA23; }
a { background-color: rgb(219,170,35); }
div.DivClassName
{
background-color: #DBAA23;
}
.BgClassName
{
background-color: #DBAA23;
}
</style>
border-color css
<style>
span { border-color: #DBAA23; }
span { border-color: rgb(219,170,35); }
td.TdClassName
{
border-color: #DBAA23;
}
.TagClassName
{
border-color: #DBAA23;
}
</style>