Shades of Galliano #DBA92C
Tints of Galliano #DBA92C
RGB
CMYK
RGB Variations
Color information
#DBA92C (or 0xDBA92C) is known color: Galliano. HEX triplet: DB, A9 and 2C. RGB value is (219,169,44). Sum of RGB (Red+Green+Blue) = 219+169+44=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA92C is #2456D3. Grayscale: #AAAAAA. Windows color (decimal): -2381524 or 2927067. OLE color: 2927067.
HSL color Cylindrical-coordinate representation of color #DBA92C: hue angle of 42.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBA92C is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 44 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.14 |
| HSL | 42.86º | 0.71% | 0.52% | - |
| HSV(B) | 42.86º | 0.8% | 0.86% | - |
| XYZ | 43.86 | 43.62 | 8.49 | - |
| YUV | 169.7 | 57.07 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 44 | 0 | 0.23 | 0.80 | 0.14 | 42.86 | 0.71 | 0.52 |
| Hex | DB | A9 | 2C | 0 | 17 | 50 | E | 2B | 47 | 34 |
| Octal | 333 | 251 | 54 | 0 | 27 | 120 | 16 | 53 | 107 | 64 |
| Binary | 11011011 | 10101001 | 101100 | 0 | 10111 | 1010000 | 1110 | 101011 | 1000111 | 110100 |
Color Harmonies of #DBA92C
Complementary color
Monochromatic Colors of #DBA92C
Black with #DBA92C
Text Example
Text Example
White with #DBA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA92C; }
p { color: rgb(219,169,44); }
H1.HeaderClassName
{
color: #DBA92C;
}
.AnyTagClassName
{
color: #DBA92C;
}
</style>
background-color css
<style>
a { background-color: #DBA92C; }
a { background-color: rgb(219,169,44); }
div.DivClassName
{
background-color: #DBA92C;
}
.BgClassName
{
background-color: #DBA92C;
}
</style>
border-color css
<style>
span { border-color: #DBA92C; }
span { border-color: rgb(219,169,44); }
td.TdClassName
{
border-color: #DBA92C;
}
.TagClassName
{
border-color: #DBA92C;
}
</style>