Shades of Galliano #DAA41C
Tints of Galliano #DAA41C
RGB
CMYK
RGB Variations
Color information
#DAA41C (or 0xDAA41C) is known color: Galliano. HEX triplet: DA, A4 and 1C. RGB value is (218,164,28). Sum of RGB (Red+Green+Blue) = 218+164+28=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA41C is #255BE3. Grayscale: #A5A5A5. Windows color (decimal): -2448356 or 1877210. OLE color: 1877210.
HSL color Cylindrical-coordinate representation of color #DAA41C: hue angle of 42.95º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAA41C is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 28 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.15 |
| HSL | 42.95º | 0.77% | 0.48% | - |
| HSV(B) | 42.95º | 0.87% | 0.85% | - |
| XYZ | 42.4 | 41.54 | 6.88 | - |
| YUV | 164.64 | 50.89 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 28 | 0 | 0.25 | 0.87 | 0.15 | 42.95 | 0.77 | 0.48 |
| Hex | DA | A4 | 1C | 0 | 19 | 57 | F | 2B | 4D | 30 |
| Octal | 332 | 244 | 34 | 0 | 31 | 127 | 17 | 53 | 115 | 60 |
| Binary | 11011010 | 10100100 | 11100 | 0 | 11001 | 1010111 | 1111 | 101011 | 1001101 | 110000 |
Color Harmonies of #DAA41C
Complementary color
Monochromatic Colors of #DAA41C
Black with #DAA41C
Text Example
Text Example
White with #DAA41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA41C; }
p { color: rgb(218,164,28); }
H1.HeaderClassName
{
color: #DAA41C;
}
.AnyTagClassName
{
color: #DAA41C;
}
</style>
background-color css
<style>
a { background-color: #DAA41C; }
a { background-color: rgb(218,164,28); }
div.DivClassName
{
background-color: #DAA41C;
}
.BgClassName
{
background-color: #DAA41C;
}
</style>
border-color css
<style>
span { border-color: #DAA41C; }
span { border-color: rgb(218,164,28); }
td.TdClassName
{
border-color: #DAA41C;
}
.TagClassName
{
border-color: #DAA41C;
}
</style>