Shades of Galliano #DBAD1F
Tints of Galliano #DBAD1F
RGB
CMYK
RGB Variations
Color information
#DBAD1F (or 0xDBAD1F) is known color: Galliano. HEX triplet: DB, AD and 1F. RGB value is (219,173,31). Sum of RGB (Red+Green+Blue) = 219+173+31=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD1F is #2452E0. Grayscale: #ABABAB. Windows color (decimal): -2380513 or 2076123. OLE color: 2076123.
HSL color Cylindrical-coordinate representation of color #DBAD1F: hue angle of 45.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBAD1F is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 31 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.14 |
| HSL | 45.32º | 0.75% | 0.49% | - |
| HSV(B) | 45.32º | 0.86% | 0.86% | - |
| XYZ | 44.4 | 45.05 | 7.65 | - |
| YUV | 170.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 31 | 0 | 0.21 | 0.86 | 0.14 | 45.32 | 0.75 | 0.49 |
| Hex | DB | AD | 1F | 0 | 15 | 56 | E | 2D | 4B | 31 |
| Octal | 333 | 255 | 37 | 0 | 25 | 126 | 16 | 55 | 113 | 61 |
| Binary | 11011011 | 10101101 | 11111 | 0 | 10101 | 1010110 | 1110 | 101101 | 1001011 | 110001 |
Color Harmonies of #DBAD1F
Complementary color
Monochromatic Colors of #DBAD1F
Black with #DBAD1F
Text Example
Text Example
White with #DBAD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD1F; }
p { color: rgb(219,173,31); }
H1.HeaderClassName
{
color: #DBAD1F;
}
.AnyTagClassName
{
color: #DBAD1F;
}
</style>
background-color css
<style>
a { background-color: #DBAD1F; }
a { background-color: rgb(219,173,31); }
div.DivClassName
{
background-color: #DBAD1F;
}
.BgClassName
{
background-color: #DBAD1F;
}
</style>
border-color css
<style>
span { border-color: #DBAD1F; }
span { border-color: rgb(219,173,31); }
td.TdClassName
{
border-color: #DBAD1F;
}
.TagClassName
{
border-color: #DBAD1F;
}
</style>