Shades of Galliano #D99F24
Tints of Galliano #D99F24
RGB
CMYK
RGB Variations
Color information
#D99F24 (or 0xD99F24) is known color: Galliano. HEX triplet: D9, 9F and 24. RGB value is (217,159,36). Sum of RGB (Red+Green+Blue) = 217+159+36=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F24 is #2660DB. Grayscale: #A2A2A2. Windows color (decimal): -2515164 or 2400217. OLE color: 2400217.
HSL color Cylindrical-coordinate representation of color #D99F24: hue angle of 40.77º 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 #D99F24 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 36 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.15 |
| HSL | 40.77º | 0.72% | 0.5% | - |
| HSV(B) | 40.77º | 0.83% | 0.85% | - |
| XYZ | 41.33 | 39.68 | 7.15 | - |
| YUV | 162.32 | 56.72 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 36 | 0 | 0.27 | 0.83 | 0.15 | 40.77 | 0.72 | 0.5 |
| Hex | D9 | 9F | 24 | 0 | 1B | 53 | F | 29 | 48 | 32 |
| Octal | 331 | 237 | 44 | 0 | 33 | 123 | 17 | 51 | 110 | 62 |
| Binary | 11011001 | 10011111 | 100100 | 0 | 11011 | 1010011 | 1111 | 101001 | 1001000 | 110010 |
Color Harmonies of #D99F24
Complementary color
Monochromatic Colors of #D99F24
Black with #D99F24
Text Example
Text Example
White with #D99F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F24; }
p { color: rgb(217,159,36); }
H1.HeaderClassName
{
color: #D99F24;
}
.AnyTagClassName
{
color: #D99F24;
}
</style>
background-color css
<style>
a { background-color: #D99F24; }
a { background-color: rgb(217,159,36); }
div.DivClassName
{
background-color: #D99F24;
}
.BgClassName
{
background-color: #D99F24;
}
</style>
border-color css
<style>
span { border-color: #D99F24; }
span { border-color: rgb(217,159,36); }
td.TdClassName
{
border-color: #D99F24;
}
.TagClassName
{
border-color: #D99F24;
}
</style>