Shades of Galliano #DBAB2D
Tints of Galliano #DBAB2D
RGB
CMYK
RGB Variations
Color information
#DBAB2D (or 0xDBAB2D) is known color: Galliano. HEX triplet: DB, AB and 2D. RGB value is (219,171,45). Sum of RGB (Red+Green+Blue) = 219+171+45=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB2D is #2454D2. Grayscale: #ABABAB. Windows color (decimal): -2381011 or 2993115. OLE color: 2993115.
HSL color Cylindrical-coordinate representation of color #DBAB2D: hue angle of 43.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBAB2D is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 45 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.14 |
| HSL | 43.45º | 0.71% | 0.52% | - |
| HSV(B) | 43.45º | 0.79% | 0.86% | - |
| XYZ | 44.25 | 44.38 | 8.72 | - |
| YUV | 170.99 | 56.9 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 45 | 0 | 0.22 | 0.79 | 0.14 | 43.45 | 0.71 | 0.52 |
| Hex | DB | AB | 2D | 0 | 16 | 4F | E | 2B | 47 | 34 |
| Octal | 333 | 253 | 55 | 0 | 26 | 117 | 16 | 53 | 107 | 64 |
| Binary | 11011011 | 10101011 | 101101 | 0 | 10110 | 1001111 | 1110 | 101011 | 1000111 | 110100 |
Color Harmonies of #DBAB2D
Complementary color
Monochromatic Colors of #DBAB2D
Black with #DBAB2D
Text Example
Text Example
White with #DBAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB2D; }
p { color: rgb(219,171,45); }
H1.HeaderClassName
{
color: #DBAB2D;
}
.AnyTagClassName
{
color: #DBAB2D;
}
</style>
background-color css
<style>
a { background-color: #DBAB2D; }
a { background-color: rgb(219,171,45); }
div.DivClassName
{
background-color: #DBAB2D;
}
.BgClassName
{
background-color: #DBAB2D;
}
</style>
border-color css
<style>
span { border-color: #DBAB2D; }
span { border-color: rgb(219,171,45); }
td.TdClassName
{
border-color: #DBAB2D;
}
.TagClassName
{
border-color: #DBAB2D;
}
</style>