Shades of Galliano #DBA92A
Tints of Galliano #DBA92A
RGB
CMYK
RGB Variations
Color information
#DBA92A (or 0xDBA92A) is known color: Galliano. HEX triplet: DB, A9 and 2A. RGB value is (219,169,42). Sum of RGB (Red+Green+Blue) = 219+169+42=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA92A is #2456D5. Grayscale: #AAAAAA. Windows color (decimal): -2381526 or 2795995. OLE color: 2795995.
HSL color Cylindrical-coordinate representation of color #DBA92A: hue angle of 43.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBA92A is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 42 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.14 |
| HSL | 43.05º | 0.71% | 0.51% | - |
| HSV(B) | 43.05º | 0.81% | 0.86% | - |
| XYZ | 43.82 | 43.6 | 8.3 | - |
| YUV | 169.47 | 56.07 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 42 | 0 | 0.23 | 0.81 | 0.14 | 43.05 | 0.71 | 0.51 |
| Hex | DB | A9 | 2A | 0 | 17 | 51 | E | 2B | 47 | 33 |
| Octal | 333 | 251 | 52 | 0 | 27 | 121 | 16 | 53 | 107 | 63 |
| Binary | 11011011 | 10101001 | 101010 | 0 | 10111 | 1010001 | 1110 | 101011 | 1000111 | 110011 |
Color Harmonies of #DBA92A
Complementary color
Monochromatic Colors of #DBA92A
Black with #DBA92A
Text Example
Text Example
White with #DBA92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA92A; }
p { color: rgb(219,169,42); }
H1.HeaderClassName
{
color: #DBA92A;
}
.AnyTagClassName
{
color: #DBA92A;
}
</style>
background-color css
<style>
a { background-color: #DBA92A; }
a { background-color: rgb(219,169,42); }
div.DivClassName
{
background-color: #DBA92A;
}
.BgClassName
{
background-color: #DBA92A;
}
</style>
border-color css
<style>
span { border-color: #DBA92A; }
span { border-color: rgb(219,169,42); }
td.TdClassName
{
border-color: #DBA92A;
}
.TagClassName
{
border-color: #DBA92A;
}
</style>