Shades of Galliano #DAA41A
Tints of Galliano #DAA41A
RGB
CMYK
RGB Variations
Color information
#DAA41A (or 0xDAA41A) is known color: Galliano. HEX triplet: DA, A4 and 1A. RGB value is (218,164,26). Sum of RGB (Red+Green+Blue) = 218+164+26=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA41A is #255BE5. Grayscale: #A5A5A5. Windows color (decimal): -2448358 or 1746138. OLE color: 1746138.
HSL color Cylindrical-coordinate representation of color #DAA41A: hue angle of 43.12º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAA41A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 26 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.15 |
| HSL | 43.13º | 0.79% | 0.48% | - |
| HSV(B) | 43.13º | 0.88% | 0.85% | - |
| XYZ | 42.38 | 41.53 | 6.76 | - |
| YUV | 164.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 26 | 0 | 0.25 | 0.88 | 0.15 | 43.13 | 0.79 | 0.48 |
| Hex | DA | A4 | 1A | 0 | 19 | 58 | F | 2B | 4F | 30 |
| Octal | 332 | 244 | 32 | 0 | 31 | 130 | 17 | 53 | 117 | 60 |
| Binary | 11011010 | 10100100 | 11010 | 0 | 11001 | 1011000 | 1111 | 101011 | 1001111 | 110000 |
Color Harmonies of #DAA41A
Complementary color
Monochromatic Colors of #DAA41A
Black with #DAA41A
Text Example
Text Example
White with #DAA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA41A; }
p { color: rgb(218,164,26); }
H1.HeaderClassName
{
color: #DAA41A;
}
.AnyTagClassName
{
color: #DAA41A;
}
</style>
background-color css
<style>
a { background-color: #DAA41A; }
a { background-color: rgb(218,164,26); }
div.DivClassName
{
background-color: #DAA41A;
}
.BgClassName
{
background-color: #DAA41A;
}
</style>
border-color css
<style>
span { border-color: #DAA41A; }
span { border-color: rgb(218,164,26); }
td.TdClassName
{
border-color: #DAA41A;
}
.TagClassName
{
border-color: #DAA41A;
}
</style>