Shades of Galliano #DD9F28
Tints of Galliano #DD9F28
RGB
CMYK
RGB Variations
Color information
#DD9F28 (or 0xDD9F28) is known color: Galliano. HEX triplet: DD, 9F and 28. RGB value is (221,159,40). Sum of RGB (Red+Green+Blue) = 221+159+40=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F28 is #2260D7. Grayscale: #A4A4A4. Windows color (decimal): -2253016 or 2662365. OLE color: 2662365.
HSL color Cylindrical-coordinate representation of color #DD9F28: hue angle of 39.45º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD9F28 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 40 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.13 |
| HSL | 39.45º | 0.73% | 0.51% | - |
| HSV(B) | 39.45º | 0.82% | 0.87% | - |
| XYZ | 42.6 | 40.32 | 7.55 | - |
| YUV | 163.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 40 | 0 | 0.28 | 0.82 | 0.13 | 39.45 | 0.73 | 0.51 |
| Hex | DD | 9F | 28 | 0 | 1C | 52 | D | 27 | 49 | 33 |
| Octal | 335 | 237 | 50 | 0 | 34 | 122 | 15 | 47 | 111 | 63 |
| Binary | 11011101 | 10011111 | 101000 | 0 | 11100 | 1010010 | 1101 | 100111 | 1001001 | 110011 |
Color Harmonies of #DD9F28
Complementary color
Monochromatic Colors of #DD9F28
Black with #DD9F28
Text Example
Text Example
White with #DD9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F28; }
p { color: rgb(221,159,40); }
H1.HeaderClassName
{
color: #DD9F28;
}
.AnyTagClassName
{
color: #DD9F28;
}
</style>
background-color css
<style>
a { background-color: #DD9F28; }
a { background-color: rgb(221,159,40); }
div.DivClassName
{
background-color: #DD9F28;
}
.BgClassName
{
background-color: #DD9F28;
}
</style>
border-color css
<style>
span { border-color: #DD9F28; }
span { border-color: rgb(221,159,40); }
td.TdClassName
{
border-color: #DD9F28;
}
.TagClassName
{
border-color: #DD9F28;
}
</style>