Shades of Galliano #DBAB2B
Tints of Galliano #DBAB2B
RGB
CMYK
RGB Variations
Color information
#DBAB2B (or 0xDBAB2B) is known color: Galliano. HEX triplet: DB, AB and 2B. RGB value is (219,171,43). Sum of RGB (Red+Green+Blue) = 219+171+43=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB2B is #2454D4. Grayscale: #ABABAB. Windows color (decimal): -2381013 or 2862043. OLE color: 2862043.
HSL color Cylindrical-coordinate representation of color #DBAB2B: hue angle of 43.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBAB2B is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 43 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.14 |
| HSL | 43.64º | 0.71% | 0.51% | - |
| HSV(B) | 43.64º | 0.8% | 0.86% | - |
| XYZ | 44.21 | 44.36 | 8.52 | - |
| YUV | 170.76 | 55.9 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 43 | 0 | 0.22 | 0.80 | 0.14 | 43.64 | 0.71 | 0.51 |
| Hex | DB | AB | 2B | 0 | 16 | 50 | E | 2C | 47 | 33 |
| Octal | 333 | 253 | 53 | 0 | 26 | 120 | 16 | 54 | 107 | 63 |
| Binary | 11011011 | 10101011 | 101011 | 0 | 10110 | 1010000 | 1110 | 101100 | 1000111 | 110011 |
Color Harmonies of #DBAB2B
Complementary color
Monochromatic Colors of #DBAB2B
Black with #DBAB2B
Text Example
Text Example
White with #DBAB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB2B; }
p { color: rgb(219,171,43); }
H1.HeaderClassName
{
color: #DBAB2B;
}
.AnyTagClassName
{
color: #DBAB2B;
}
</style>
background-color css
<style>
a { background-color: #DBAB2B; }
a { background-color: rgb(219,171,43); }
div.DivClassName
{
background-color: #DBAB2B;
}
.BgClassName
{
background-color: #DBAB2B;
}
</style>
border-color css
<style>
span { border-color: #DBAB2B; }
span { border-color: rgb(219,171,43); }
td.TdClassName
{
border-color: #DBAB2B;
}
.TagClassName
{
border-color: #DBAB2B;
}
</style>