Shades of Galliano #DBAF1B
Tints of Galliano #DBAF1B
RGB
CMYK
RGB Variations
Color information
#DBAF1B (or 0xDBAF1B) is known color: Galliano. HEX triplet: DB, AF and 1B. RGB value is (219,175,27). Sum of RGB (Red+Green+Blue) = 219+175+27=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF1B is #2450E4. Grayscale: #ABABAB. Windows color (decimal): -2380005 or 1814491. OLE color: 1814491.
HSL color Cylindrical-coordinate representation of color #DBAF1B: hue angle of 46.25º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBAF1B is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 27 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.14 |
| HSL | 46.25º | 0.78% | 0.48% | - |
| HSV(B) | 46.25º | 0.88% | 0.86% | - |
| XYZ | 44.74 | 45.8 | 7.52 | - |
| YUV | 171.28 | 46.58 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 27 | 0 | 0.20 | 0.88 | 0.14 | 46.25 | 0.78 | 0.48 |
| Hex | DB | AF | 1B | 0 | 14 | 58 | E | 2E | 4E | 30 |
| Octal | 333 | 257 | 33 | 0 | 24 | 130 | 16 | 56 | 116 | 60 |
| Binary | 11011011 | 10101111 | 11011 | 0 | 10100 | 1011000 | 1110 | 101110 | 1001110 | 110000 |
Color Harmonies of #DBAF1B
Complementary color
Monochromatic Colors of #DBAF1B
Black with #DBAF1B
Text Example
Text Example
White with #DBAF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF1B; }
p { color: rgb(219,175,27); }
H1.HeaderClassName
{
color: #DBAF1B;
}
.AnyTagClassName
{
color: #DBAF1B;
}
</style>
background-color css
<style>
a { background-color: #DBAF1B; }
a { background-color: rgb(219,175,27); }
div.DivClassName
{
background-color: #DBAF1B;
}
.BgClassName
{
background-color: #DBAF1B;
}
</style>
border-color css
<style>
span { border-color: #DBAF1B; }
span { border-color: rgb(219,175,27); }
td.TdClassName
{
border-color: #DBAF1B;
}
.TagClassName
{
border-color: #DBAF1B;
}
</style>