Shades of Galliano #DA9F24
Tints of Galliano #DA9F24
RGB
CMYK
RGB Variations
Color information
#DA9F24 (or 0xDA9F24) is known color: Galliano. HEX triplet: DA, 9F and 24. RGB value is (218,159,36). Sum of RGB (Red+Green+Blue) = 218+159+36=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 36 (14.45% from 255 or 8.72% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9F24 is #2560DB. Grayscale: #A3A3A3. Windows color (decimal): -2449628 or 2400218. OLE color: 2400218.
HSL color Cylindrical-coordinate representation of color #DA9F24: hue angle of 40.55º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA9F24 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 159 | 36 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.15 |
| HSL | 40.55º | 0.72% | 0.5% | - |
| HSV(B) | 40.55º | 0.83% | 0.85% | - |
| XYZ | 41.63 | 39.83 | 7.16 | - |
| YUV | 162.62 | 56.55 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 159 | 36 | 0 | 0.27 | 0.83 | 0.15 | 40.55 | 0.72 | 0.5 |
| Hex | DA | 9F | 24 | 0 | 1B | 53 | F | 29 | 48 | 32 |
| Octal | 332 | 237 | 44 | 0 | 33 | 123 | 17 | 51 | 110 | 62 |
| Binary | 11011010 | 10011111 | 100100 | 0 | 11011 | 1010011 | 1111 | 101001 | 1001000 | 110010 |
Color Harmonies of #DA9F24
Complementary color
Monochromatic Colors of #DA9F24
Black with #DA9F24
Text Example
Text Example
White with #DA9F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9F24; }
p { color: rgb(218,159,36); }
H1.HeaderClassName
{
color: #DA9F24;
}
.AnyTagClassName
{
color: #DA9F24;
}
</style>
background-color css
<style>
a { background-color: #DA9F24; }
a { background-color: rgb(218,159,36); }
div.DivClassName
{
background-color: #DA9F24;
}
.BgClassName
{
background-color: #DA9F24;
}
</style>
border-color css
<style>
span { border-color: #DA9F24; }
span { border-color: rgb(218,159,36); }
td.TdClassName
{
border-color: #DA9F24;
}
.TagClassName
{
border-color: #DA9F24;
}
</style>