Shades of Galliano #DF9F26
Tints of Galliano #DF9F26
RGB
CMYK
RGB Variations
Color information
#DF9F26 (or 0xDF9F26) is known color: Galliano. HEX triplet: DF, 9F and 26. RGB value is (223,159,38). Sum of RGB (Red+Green+Blue) = 223+159+38=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9F26 is #2060D9. Grayscale: #A4A4A4. Windows color (decimal): -2121946 or 2531295. OLE color: 2531295.
HSL color Cylindrical-coordinate representation of color #DF9F26: hue angle of 39.24º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF9F26 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 38 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.13 |
| HSL | 39.24º | 0.74% | 0.51% | - |
| HSV(B) | 39.24º | 0.83% | 0.87% | - |
| XYZ | 43.18 | 40.62 | 7.4 | - |
| YUV | 164.34 | 56.7 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 38 | 0 | 0.29 | 0.83 | 0.13 | 39.24 | 0.74 | 0.51 |
| Hex | DF | 9F | 26 | 0 | 1D | 53 | D | 27 | 4A | 33 |
| Octal | 337 | 237 | 46 | 0 | 35 | 123 | 15 | 47 | 112 | 63 |
| Binary | 11011111 | 10011111 | 100110 | 0 | 11101 | 1010011 | 1101 | 100111 | 1001010 | 110011 |
Color Harmonies of #DF9F26
Complementary color
Monochromatic Colors of #DF9F26
Black with #DF9F26
Text Example
Text Example
White with #DF9F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F26; }
p { color: rgb(223,159,38); }
H1.HeaderClassName
{
color: #DF9F26;
}
.AnyTagClassName
{
color: #DF9F26;
}
</style>
background-color css
<style>
a { background-color: #DF9F26; }
a { background-color: rgb(223,159,38); }
div.DivClassName
{
background-color: #DF9F26;
}
.BgClassName
{
background-color: #DF9F26;
}
</style>
border-color css
<style>
span { border-color: #DF9F26; }
span { border-color: rgb(223,159,38); }
td.TdClassName
{
border-color: #DF9F26;
}
.TagClassName
{
border-color: #DF9F26;
}
</style>