Shades of Galliano #DBAD21
Tints of Galliano #DBAD21
RGB
CMYK
RGB Variations
Color information
#DBAD21 (or 0xDBAD21) is known color: Galliano. HEX triplet: DB, AD and 21. RGB value is (219,173,33). Sum of RGB (Red+Green+Blue) = 219+173+33=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD21 is #2452DE. Grayscale: #ABABAB. Windows color (decimal): -2380511 or 2207195. OLE color: 2207195.
HSL color Cylindrical-coordinate representation of color #DBAD21: hue angle of 45.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBAD21 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 33 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.14 |
| HSL | 45.16º | 0.74% | 0.49% | - |
| HSV(B) | 45.16º | 0.85% | 0.86% | - |
| XYZ | 44.43 | 45.06 | 7.79 | - |
| YUV | 170.79 | 50.24 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 33 | 0 | 0.21 | 0.85 | 0.14 | 45.16 | 0.74 | 0.49 |
| Hex | DB | AD | 21 | 0 | 15 | 55 | E | 2D | 4A | 31 |
| Octal | 333 | 255 | 41 | 0 | 25 | 125 | 16 | 55 | 112 | 61 |
| Binary | 11011011 | 10101101 | 100001 | 0 | 10101 | 1010101 | 1110 | 101101 | 1001010 | 110001 |
Color Harmonies of #DBAD21
Complementary color
Monochromatic Colors of #DBAD21
Black with #DBAD21
Text Example
Text Example
White with #DBAD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD21; }
p { color: rgb(219,173,33); }
H1.HeaderClassName
{
color: #DBAD21;
}
.AnyTagClassName
{
color: #DBAD21;
}
</style>
background-color css
<style>
a { background-color: #DBAD21; }
a { background-color: rgb(219,173,33); }
div.DivClassName
{
background-color: #DBAD21;
}
.BgClassName
{
background-color: #DBAD21;
}
</style>
border-color css
<style>
span { border-color: #DBAD21; }
span { border-color: rgb(219,173,33); }
td.TdClassName
{
border-color: #DBAD21;
}
.TagClassName
{
border-color: #DBAD21;
}
</style>