Shades of Galliano #DDA11B
Tints of Galliano #DDA11B
RGB
CMYK
RGB Variations
Color information
#DDA11B (or 0xDDA11B) is known color: Galliano. HEX triplet: DD, A1 and 1B. RGB value is (221,161,27). Sum of RGB (Red+Green+Blue) = 221+161+27=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA11B is #225EE4. Grayscale: #A4A4A4. Windows color (decimal): -2252517 or 1810909. OLE color: 1810909.
HSL color Cylindrical-coordinate representation of color #DDA11B: hue angle of 41.44º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA11B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 27 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.13 |
| HSL | 41.44º | 0.78% | 0.49% | - |
| HSV(B) | 41.44º | 0.88% | 0.87% | - |
| XYZ | 42.76 | 40.94 | 6.69 | - |
| YUV | 163.66 | 50.88 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 27 | 0 | 0.27 | 0.88 | 0.13 | 41.44 | 0.78 | 0.49 |
| Hex | DD | A1 | 1B | 0 | 1B | 58 | D | 29 | 4E | 31 |
| Octal | 335 | 241 | 33 | 0 | 33 | 130 | 15 | 51 | 116 | 61 |
| Binary | 11011101 | 10100001 | 11011 | 0 | 11011 | 1011000 | 1101 | 101001 | 1001110 | 110001 |
Color Harmonies of #DDA11B
Complementary color
Monochromatic Colors of #DDA11B
Black with #DDA11B
Text Example
Text Example
White with #DDA11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA11B; }
p { color: rgb(221,161,27); }
H1.HeaderClassName
{
color: #DDA11B;
}
.AnyTagClassName
{
color: #DDA11B;
}
</style>
background-color css
<style>
a { background-color: #DDA11B; }
a { background-color: rgb(221,161,27); }
div.DivClassName
{
background-color: #DDA11B;
}
.BgClassName
{
background-color: #DDA11B;
}
</style>
border-color css
<style>
span { border-color: #DDA11B; }
span { border-color: rgb(221,161,27); }
td.TdClassName
{
border-color: #DDA11B;
}
.TagClassName
{
border-color: #DDA11B;
}
</style>