Shades of Galliano #DA9D1E
Tints of Galliano #DA9D1E
RGB
CMYK
RGB Variations
Color information
#DA9D1E (or 0xDA9D1E) is known color: Galliano. HEX triplet: DA, 9D and 1E. RGB value is (218,157,30). Sum of RGB (Red+Green+Blue) = 218+157+30=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9D1E is #2562E1. Grayscale: #A1A1A1. Windows color (decimal): -2450146 or 2006490. OLE color: 2006490.
HSL color Cylindrical-coordinate representation of color #DA9D1E: hue angle of 40.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA9D1E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 30 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.15 |
| HSL | 40.53º | 0.76% | 0.49% | - |
| HSV(B) | 40.53º | 0.86% | 0.85% | - |
| XYZ | 41.2 | 39.11 | 6.61 | - |
| YUV | 160.76 | 54.21 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 30 | 0 | 0.28 | 0.86 | 0.15 | 40.53 | 0.76 | 0.49 |
| Hex | DA | 9D | 1E | 0 | 1C | 56 | F | 29 | 4C | 31 |
| Octal | 332 | 235 | 36 | 0 | 34 | 126 | 17 | 51 | 114 | 61 |
| Binary | 11011010 | 10011101 | 11110 | 0 | 11100 | 1010110 | 1111 | 101001 | 1001100 | 110001 |
Color Harmonies of #DA9D1E
Complementary color
Monochromatic Colors of #DA9D1E
Black with #DA9D1E
Text Example
Text Example
White with #DA9D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9D1E; }
p { color: rgb(218,157,30); }
H1.HeaderClassName
{
color: #DA9D1E;
}
.AnyTagClassName
{
color: #DA9D1E;
}
</style>
background-color css
<style>
a { background-color: #DA9D1E; }
a { background-color: rgb(218,157,30); }
div.DivClassName
{
background-color: #DA9D1E;
}
.BgClassName
{
background-color: #DA9D1E;
}
</style>
border-color css
<style>
span { border-color: #DA9D1E; }
span { border-color: rgb(218,157,30); }
td.TdClassName
{
border-color: #DA9D1E;
}
.TagClassName
{
border-color: #DA9D1E;
}
</style>