Shades of Galliano #DBA81E
Tints of Galliano #DBA81E
RGB
CMYK
RGB Variations
Color information
#DBA81E (or 0xDBA81E) is known color: Galliano. HEX triplet: DB, A8 and 1E. RGB value is (219,168,30). Sum of RGB (Red+Green+Blue) = 219+168+30=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA81E is #2457E1. Grayscale: #A8A8A8. Windows color (decimal): -2381794 or 2009307. OLE color: 2009307.
HSL color Cylindrical-coordinate representation of color #DBA81E: hue angle of 43.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBA81E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 30 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.14 |
| HSL | 43.81º | 0.76% | 0.49% | - |
| HSV(B) | 43.81º | 0.86% | 0.86% | - |
| XYZ | 43.45 | 43.16 | 7.27 | - |
| YUV | 167.52 | 50.4 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 30 | 0 | 0.23 | 0.86 | 0.14 | 43.81 | 0.76 | 0.49 |
| Hex | DB | A8 | 1E | 0 | 17 | 56 | E | 2C | 4C | 31 |
| Octal | 333 | 250 | 36 | 0 | 27 | 126 | 16 | 54 | 114 | 61 |
| Binary | 11011011 | 10101000 | 11110 | 0 | 10111 | 1010110 | 1110 | 101100 | 1001100 | 110001 |
Color Harmonies of #DBA81E
Complementary color
Monochromatic Colors of #DBA81E
Black with #DBA81E
Text Example
Text Example
White with #DBA81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA81E; }
p { color: rgb(219,168,30); }
H1.HeaderClassName
{
color: #DBA81E;
}
.AnyTagClassName
{
color: #DBA81E;
}
</style>
background-color css
<style>
a { background-color: #DBA81E; }
a { background-color: rgb(219,168,30); }
div.DivClassName
{
background-color: #DBA81E;
}
.BgClassName
{
background-color: #DBA81E;
}
</style>
border-color css
<style>
span { border-color: #DBA81E; }
span { border-color: rgb(219,168,30); }
td.TdClassName
{
border-color: #DBA81E;
}
.TagClassName
{
border-color: #DBA81E;
}
</style>