Shades of Galliano #DD9E1F
Tints of Galliano #DD9E1F
RGB
CMYK
RGB Variations
Color information
#DD9E1F (or 0xDD9E1F) is known color: Galliano. HEX triplet: DD, 9E and 1F. RGB value is (221,158,31). Sum of RGB (Red+Green+Blue) = 221+158+31=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9E1F is #2261E0. Grayscale: #A2A2A2. Windows color (decimal): -2253281 or 2072285. OLE color: 2072285.
HSL color Cylindrical-coordinate representation of color #DD9E1F: hue angle of 40.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD9E1F is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 31 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.13 |
| HSL | 40.11º | 0.75% | 0.49% | - |
| HSV(B) | 40.11º | 0.86% | 0.87% | - |
| XYZ | 42.29 | 39.92 | 6.77 | - |
| YUV | 162.36 | 53.87 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 31 | 0 | 0.29 | 0.86 | 0.13 | 40.11 | 0.75 | 0.49 |
| Hex | DD | 9E | 1F | 0 | 1D | 56 | D | 28 | 4B | 31 |
| Octal | 335 | 236 | 37 | 0 | 35 | 126 | 15 | 50 | 113 | 61 |
| Binary | 11011101 | 10011110 | 11111 | 0 | 11101 | 1010110 | 1101 | 101000 | 1001011 | 110001 |
Color Harmonies of #DD9E1F
Complementary color
Monochromatic Colors of #DD9E1F
Black with #DD9E1F
Text Example
Text Example
White with #DD9E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E1F; }
p { color: rgb(221,158,31); }
H1.HeaderClassName
{
color: #DD9E1F;
}
.AnyTagClassName
{
color: #DD9E1F;
}
</style>
background-color css
<style>
a { background-color: #DD9E1F; }
a { background-color: rgb(221,158,31); }
div.DivClassName
{
background-color: #DD9E1F;
}
.BgClassName
{
background-color: #DD9E1F;
}
</style>
border-color css
<style>
span { border-color: #DD9E1F; }
span { border-color: rgb(221,158,31); }
td.TdClassName
{
border-color: #DD9E1F;
}
.TagClassName
{
border-color: #DD9E1F;
}
</style>