Shades of Galliano #DBAD22
Tints of Galliano #DBAD22
RGB
CMYK
RGB Variations
Color information
#DBAD22 (or 0xDBAD22) is known color: Galliano. HEX triplet: DB, AD and 22. RGB value is (219,173,34). Sum of RGB (Red+Green+Blue) = 219+173+34=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD22 is #2452DD. Grayscale: #ABABAB. Windows color (decimal): -2380510 or 2272731. OLE color: 2272731.
HSL color Cylindrical-coordinate representation of color #DBAD22: hue angle of 45.08º degrees, saturation: 0.73, 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 #DBAD22 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 34 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.14 |
| HSL | 45.08º | 0.73% | 0.5% | - |
| HSV(B) | 45.08º | 0.84% | 0.86% | - |
| XYZ | 44.45 | 45.06 | 7.87 | - |
| YUV | 170.91 | 50.74 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 34 | 0 | 0.21 | 0.84 | 0.14 | 45.08 | 0.73 | 0.5 |
| Hex | DB | AD | 22 | 0 | 15 | 54 | E | 2D | 49 | 32 |
| Octal | 333 | 255 | 42 | 0 | 25 | 124 | 16 | 55 | 111 | 62 |
| Binary | 11011011 | 10101101 | 100010 | 0 | 10101 | 1010100 | 1110 | 101101 | 1001001 | 110010 |
Color Harmonies of #DBAD22
Complementary color
Monochromatic Colors of #DBAD22
Black with #DBAD22
Text Example
Text Example
White with #DBAD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD22; }
p { color: rgb(219,173,34); }
H1.HeaderClassName
{
color: #DBAD22;
}
.AnyTagClassName
{
color: #DBAD22;
}
</style>
background-color css
<style>
a { background-color: #DBAD22; }
a { background-color: rgb(219,173,34); }
div.DivClassName
{
background-color: #DBAD22;
}
.BgClassName
{
background-color: #DBAD22;
}
</style>
border-color css
<style>
span { border-color: #DBAD22; }
span { border-color: rgb(219,173,34); }
td.TdClassName
{
border-color: #DBAD22;
}
.TagClassName
{
border-color: #DBAD22;
}
</style>