Shades of Galliano #DDA11F
Tints of Galliano #DDA11F
RGB
CMYK
RGB Variations
Color information
#DDA11F (or 0xDDA11F) is known color: Galliano. HEX triplet: DD, A1 and 1F. RGB value is (221,161,31). Sum of RGB (Red+Green+Blue) = 221+161+31=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA11F is #225EE0. Grayscale: #A4A4A4. Windows color (decimal): -2252513 or 2073053. OLE color: 2073053.
HSL color Cylindrical-coordinate representation of color #DDA11F: hue angle of 41.05º 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 #DDA11F is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 31 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.13 |
| HSL | 41.05º | 0.75% | 0.49% | - |
| HSV(B) | 41.05º | 0.86% | 0.87% | - |
| XYZ | 42.81 | 40.96 | 6.95 | - |
| YUV | 164.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 31 | 0 | 0.27 | 0.86 | 0.13 | 41.05 | 0.75 | 0.49 |
| Hex | DD | A1 | 1F | 0 | 1B | 56 | D | 29 | 4B | 31 |
| Octal | 335 | 241 | 37 | 0 | 33 | 126 | 15 | 51 | 113 | 61 |
| Binary | 11011101 | 10100001 | 11111 | 0 | 11011 | 1010110 | 1101 | 101001 | 1001011 | 110001 |
Color Harmonies of #DDA11F
Complementary color
Monochromatic Colors of #DDA11F
Black with #DDA11F
Text Example
Text Example
White with #DDA11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA11F; }
p { color: rgb(221,161,31); }
H1.HeaderClassName
{
color: #DDA11F;
}
.AnyTagClassName
{
color: #DDA11F;
}
</style>
background-color css
<style>
a { background-color: #DDA11F; }
a { background-color: rgb(221,161,31); }
div.DivClassName
{
background-color: #DDA11F;
}
.BgClassName
{
background-color: #DDA11F;
}
</style>
border-color css
<style>
span { border-color: #DDA11F; }
span { border-color: rgb(221,161,31); }
td.TdClassName
{
border-color: #DDA11F;
}
.TagClassName
{
border-color: #DDA11F;
}
</style>