Shades of Galliano #DBAB2A
Tints of Galliano #DBAB2A
RGB
CMYK
RGB Variations
Color information
#DBAB2A (or 0xDBAB2A) is known color: Galliano. HEX triplet: DB, AB and 2A. RGB value is (219,171,42). Sum of RGB (Red+Green+Blue) = 219+171+42=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB2A is #2454D5. Grayscale: #ABABAB. Windows color (decimal): -2381014 or 2796507. OLE color: 2796507.
HSL color Cylindrical-coordinate representation of color #DBAB2A: hue angle of 43.73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBAB2A is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 42 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.14 |
| HSL | 43.73º | 0.71% | 0.51% | - |
| HSV(B) | 43.73º | 0.81% | 0.86% | - |
| XYZ | 44.19 | 44.35 | 8.42 | - |
| YUV | 170.65 | 55.4 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 42 | 0 | 0.22 | 0.81 | 0.14 | 43.73 | 0.71 | 0.51 |
| Hex | DB | AB | 2A | 0 | 16 | 51 | E | 2C | 47 | 33 |
| Octal | 333 | 253 | 52 | 0 | 26 | 121 | 16 | 54 | 107 | 63 |
| Binary | 11011011 | 10101011 | 101010 | 0 | 10110 | 1010001 | 1110 | 101100 | 1000111 | 110011 |
Color Harmonies of #DBAB2A
Complementary color
Monochromatic Colors of #DBAB2A
Black with #DBAB2A
Text Example
Text Example
White with #DBAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB2A; }
p { color: rgb(219,171,42); }
H1.HeaderClassName
{
color: #DBAB2A;
}
.AnyTagClassName
{
color: #DBAB2A;
}
</style>
background-color css
<style>
a { background-color: #DBAB2A; }
a { background-color: rgb(219,171,42); }
div.DivClassName
{
background-color: #DBAB2A;
}
.BgClassName
{
background-color: #DBAB2A;
}
</style>
border-color css
<style>
span { border-color: #DBAB2A; }
span { border-color: rgb(219,171,42); }
td.TdClassName
{
border-color: #DBAB2A;
}
.TagClassName
{
border-color: #DBAB2A;
}
</style>