Shades of Galliano #DBAA14
Tints of Galliano #DBAA14
RGB
CMYK
RGB Variations
Color information
#DBAA14 (or 0xDBAA14) is known color: Galliano. HEX triplet: DB, AA and 14. RGB value is (219,170,20). Sum of RGB (Red+Green+Blue) = 219+170+20=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA14 is #2455EB. Grayscale: #A8A8A8. Windows color (decimal): -2381292 or 1354459. OLE color: 1354459.
HSL color Cylindrical-coordinate representation of color #DBAA14: hue angle of 45.23º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBAA14 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 20 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.14 |
| HSL | 45.23º | 0.83% | 0.47% | - |
| HSV(B) | 45.23º | 0.91% | 0.86% | - |
| XYZ | 43.71 | 43.86 | 6.82 | - |
| YUV | 167.55 | 44.73 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 20 | 0 | 0.22 | 0.91 | 0.14 | 45.23 | 0.83 | 0.47 |
| Hex | DB | AA | 14 | 0 | 16 | 5B | E | 2D | 53 | 2F |
| Octal | 333 | 252 | 24 | 0 | 26 | 133 | 16 | 55 | 123 | 57 |
| Binary | 11011011 | 10101010 | 10100 | 0 | 10110 | 1011011 | 1110 | 101101 | 1010011 | 101111 |
Color Harmonies of #DBAA14
Complementary color
Monochromatic Colors of #DBAA14
Black with #DBAA14
Text Example
Text Example
White with #DBAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA14; }
p { color: rgb(219,170,20); }
H1.HeaderClassName
{
color: #DBAA14;
}
.AnyTagClassName
{
color: #DBAA14;
}
</style>
background-color css
<style>
a { background-color: #DBAA14; }
a { background-color: rgb(219,170,20); }
div.DivClassName
{
background-color: #DBAA14;
}
.BgClassName
{
background-color: #DBAA14;
}
</style>
border-color css
<style>
span { border-color: #DBAA14; }
span { border-color: rgb(219,170,20); }
td.TdClassName
{
border-color: #DBAA14;
}
.TagClassName
{
border-color: #DBAA14;
}
</style>