Shades of Galliano #DBA32F
Tints of Galliano #DBA32F
RGB
CMYK
RGB Variations
Color information
#DBA32F (or 0xDBA32F) is known color: Galliano. HEX triplet: DB, A3 and 2F. RGB value is (219,163,47). Sum of RGB (Red+Green+Blue) = 219+163+47=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA32F is #245CD0. Grayscale: #A7A7A7. Windows color (decimal): -2383057 or 3122139. OLE color: 3122139.
HSL color Cylindrical-coordinate representation of color #DBA32F: hue angle of 40.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBA32F is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 47 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.14 |
| HSL | 40.47º | 0.7% | 0.52% | - |
| HSV(B) | 40.47º | 0.79% | 0.86% | - |
| XYZ | 42.82 | 41.46 | 8.43 | - |
| YUV | 166.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 47 | 0 | 0.26 | 0.79 | 0.14 | 40.47 | 0.7 | 0.52 |
| Hex | DB | A3 | 2F | 0 | 1A | 4F | E | 28 | 46 | 34 |
| Octal | 333 | 243 | 57 | 0 | 32 | 117 | 16 | 50 | 106 | 64 |
| Binary | 11011011 | 10100011 | 101111 | 0 | 11010 | 1001111 | 1110 | 101000 | 1000110 | 110100 |
Color Harmonies of #DBA32F
Complementary color
Monochromatic Colors of #DBA32F
Black with #DBA32F
Text Example
Text Example
White with #DBA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA32F; }
p { color: rgb(219,163,47); }
H1.HeaderClassName
{
color: #DBA32F;
}
.AnyTagClassName
{
color: #DBA32F;
}
</style>
background-color css
<style>
a { background-color: #DBA32F; }
a { background-color: rgb(219,163,47); }
div.DivClassName
{
background-color: #DBA32F;
}
.BgClassName
{
background-color: #DBA32F;
}
</style>
border-color css
<style>
span { border-color: #DBA32F; }
span { border-color: rgb(219,163,47); }
td.TdClassName
{
border-color: #DBA32F;
}
.TagClassName
{
border-color: #DBA32F;
}
</style>