Shades of Galliano #DBA82F
Tints of Galliano #DBA82F
RGB
CMYK
RGB Variations
Color information
#DBA82F (or 0xDBA82F) is known color: Galliano. HEX triplet: DB, A8 and 2F. RGB value is (219,168,47). Sum of RGB (Red+Green+Blue) = 219+168+47=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA82F is #2457D0. Grayscale: #A9A9A9. Windows color (decimal): -2381777 or 3123419. OLE color: 3123419.
HSL color Cylindrical-coordinate representation of color #DBA82F: hue angle of 42.21º 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 #DBA82F is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 47 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.14 |
| HSL | 42.21º | 0.7% | 0.52% | - |
| HSV(B) | 42.21º | 0.79% | 0.86% | - |
| XYZ | 43.73 | 43.27 | 8.74 | - |
| YUV | 169.46 | 58.9 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 47 | 0 | 0.23 | 0.79 | 0.14 | 42.21 | 0.7 | 0.52 |
| Hex | DB | A8 | 2F | 0 | 17 | 4F | E | 2A | 46 | 34 |
| Octal | 333 | 250 | 57 | 0 | 27 | 117 | 16 | 52 | 106 | 64 |
| Binary | 11011011 | 10101000 | 101111 | 0 | 10111 | 1001111 | 1110 | 101010 | 1000110 | 110100 |
Color Harmonies of #DBA82F
Complementary color
Monochromatic Colors of #DBA82F
Black with #DBA82F
Text Example
Text Example
White with #DBA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA82F; }
p { color: rgb(219,168,47); }
H1.HeaderClassName
{
color: #DBA82F;
}
.AnyTagClassName
{
color: #DBA82F;
}
</style>
background-color css
<style>
a { background-color: #DBA82F; }
a { background-color: rgb(219,168,47); }
div.DivClassName
{
background-color: #DBA82F;
}
.BgClassName
{
background-color: #DBA82F;
}
</style>
border-color css
<style>
span { border-color: #DBA82F; }
span { border-color: rgb(219,168,47); }
td.TdClassName
{
border-color: #DBA82F;
}
.TagClassName
{
border-color: #DBA82F;
}
</style>