Shades of Galliano #DAA01E
Tints of Galliano #DAA01E
RGB
CMYK
RGB Variations
Color information
#DAA01E (or 0xDAA01E) is known color: Galliano. HEX triplet: DA, A0 and 1E. RGB value is (218,160,30). Sum of RGB (Red+Green+Blue) = 218+160+30=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA01E is #255FE1. Grayscale: #A3A3A3. Windows color (decimal): -2449378 or 2007258. OLE color: 2007258.
HSL color Cylindrical-coordinate representation of color #DAA01E: hue angle of 41.49º 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 #DAA01E is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 30 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.15 |
| HSL | 41.49º | 0.76% | 0.49% | - |
| HSV(B) | 41.49º | 0.86% | 0.85% | - |
| XYZ | 41.72 | 40.14 | 6.78 | - |
| YUV | 162.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 30 | 0 | 0.27 | 0.86 | 0.15 | 41.49 | 0.76 | 0.49 |
| Hex | DA | A0 | 1E | 0 | 1B | 56 | F | 29 | 4C | 31 |
| Octal | 332 | 240 | 36 | 0 | 33 | 126 | 17 | 51 | 114 | 61 |
| Binary | 11011010 | 10100000 | 11110 | 0 | 11011 | 1010110 | 1111 | 101001 | 1001100 | 110001 |
Color Harmonies of #DAA01E
Complementary color
Monochromatic Colors of #DAA01E
Black with #DAA01E
Text Example
Text Example
White with #DAA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA01E; }
p { color: rgb(218,160,30); }
H1.HeaderClassName
{
color: #DAA01E;
}
.AnyTagClassName
{
color: #DAA01E;
}
</style>
background-color css
<style>
a { background-color: #DAA01E; }
a { background-color: rgb(218,160,30); }
div.DivClassName
{
background-color: #DAA01E;
}
.BgClassName
{
background-color: #DAA01E;
}
</style>
border-color css
<style>
span { border-color: #DAA01E; }
span { border-color: rgb(218,160,30); }
td.TdClassName
{
border-color: #DAA01E;
}
.TagClassName
{
border-color: #DAA01E;
}
</style>