Shades of Galliano #DBA81F
Tints of Galliano #DBA81F
RGB
CMYK
RGB Variations
Color information
#DBA81F (or 0xDBA81F) is known color: Galliano. HEX triplet: DB, A8 and 1F. RGB value is (219,168,31). Sum of RGB (Red+Green+Blue) = 219+168+31=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA81F is #2457E0. Grayscale: #A8A8A8. Windows color (decimal): -2381793 or 2074843. OLE color: 2074843.
HSL color Cylindrical-coordinate representation of color #DBA81F: hue angle of 43.72º 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 #DBA81F is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 31 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.14 |
| HSL | 43.72º | 0.75% | 0.49% | - |
| HSV(B) | 43.72º | 0.86% | 0.86% | - |
| XYZ | 43.46 | 43.16 | 7.34 | - |
| YUV | 167.63 | 50.9 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 31 | 0 | 0.23 | 0.86 | 0.14 | 43.72 | 0.75 | 0.49 |
| Hex | DB | A8 | 1F | 0 | 17 | 56 | E | 2C | 4B | 31 |
| Octal | 333 | 250 | 37 | 0 | 27 | 126 | 16 | 54 | 113 | 61 |
| Binary | 11011011 | 10101000 | 11111 | 0 | 10111 | 1010110 | 1110 | 101100 | 1001011 | 110001 |
Color Harmonies of #DBA81F
Complementary color
Monochromatic Colors of #DBA81F
Black with #DBA81F
Text Example
Text Example
White with #DBA81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA81F; }
p { color: rgb(219,168,31); }
H1.HeaderClassName
{
color: #DBA81F;
}
.AnyTagClassName
{
color: #DBA81F;
}
</style>
background-color css
<style>
a { background-color: #DBA81F; }
a { background-color: rgb(219,168,31); }
div.DivClassName
{
background-color: #DBA81F;
}
.BgClassName
{
background-color: #DBA81F;
}
</style>
border-color css
<style>
span { border-color: #DBA81F; }
span { border-color: rgb(219,168,31); }
td.TdClassName
{
border-color: #DBA81F;
}
.TagClassName
{
border-color: #DBA81F;
}
</style>