Shades of Galliano #DBA92F
Tints of Galliano #DBA92F
RGB
CMYK
RGB Variations
Color information
#DBA92F (or 0xDBA92F) is known color: Galliano. HEX triplet: DB, A9 and 2F. RGB value is (219,169,47). Sum of RGB (Red+Green+Blue) = 219+169+47=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA92F is #2456D0. Grayscale: #AAAAAA. Windows color (decimal): -2381521 or 3123675. OLE color: 3123675.
HSL color Cylindrical-coordinate representation of color #DBA92F: hue angle of 42.56º 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 #DBA92F is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 47 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.14 |
| HSL | 42.56º | 0.7% | 0.52% | - |
| HSV(B) | 42.56º | 0.79% | 0.86% | - |
| XYZ | 43.91 | 43.64 | 8.8 | - |
| YUV | 170.04 | 58.57 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 47 | 0 | 0.23 | 0.79 | 0.14 | 42.56 | 0.7 | 0.52 |
| Hex | DB | A9 | 2F | 0 | 17 | 4F | E | 2B | 46 | 34 |
| Octal | 333 | 251 | 57 | 0 | 27 | 117 | 16 | 53 | 106 | 64 |
| Binary | 11011011 | 10101001 | 101111 | 0 | 10111 | 1001111 | 1110 | 101011 | 1000110 | 110100 |
Color Harmonies of #DBA92F
Complementary color
Monochromatic Colors of #DBA92F
Black with #DBA92F
Text Example
Text Example
White with #DBA92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA92F; }
p { color: rgb(219,169,47); }
H1.HeaderClassName
{
color: #DBA92F;
}
.AnyTagClassName
{
color: #DBA92F;
}
</style>
background-color css
<style>
a { background-color: #DBA92F; }
a { background-color: rgb(219,169,47); }
div.DivClassName
{
background-color: #DBA92F;
}
.BgClassName
{
background-color: #DBA92F;
}
</style>
border-color css
<style>
span { border-color: #DBA92F; }
span { border-color: rgb(219,169,47); }
td.TdClassName
{
border-color: #DBA92F;
}
.TagClassName
{
border-color: #DBA92F;
}
</style>