Shades of Galliano #DDA11E
Tints of Galliano #DDA11E
RGB
CMYK
RGB Variations
Color information
#DDA11E (or 0xDDA11E) is known color: Galliano. HEX triplet: DD, A1 and 1E. RGB value is (221,161,30). Sum of RGB (Red+Green+Blue) = 221+161+30=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA11E is #225EE1. Grayscale: #A4A4A4. Windows color (decimal): -2252514 or 2007517. OLE color: 2007517.
HSL color Cylindrical-coordinate representation of color #DDA11E: hue angle of 41.15º degrees, saturation: 0.76, 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 #DDA11E is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 30 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.13 |
| HSL | 41.15º | 0.76% | 0.49% | - |
| HSV(B) | 41.15º | 0.86% | 0.87% | - |
| XYZ | 42.8 | 40.96 | 6.88 | - |
| YUV | 164.01 | 52.38 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 30 | 0 | 0.27 | 0.86 | 0.13 | 41.15 | 0.76 | 0.49 |
| Hex | DD | A1 | 1E | 0 | 1B | 56 | D | 29 | 4C | 31 |
| Octal | 335 | 241 | 36 | 0 | 33 | 126 | 15 | 51 | 114 | 61 |
| Binary | 11011101 | 10100001 | 11110 | 0 | 11011 | 1010110 | 1101 | 101001 | 1001100 | 110001 |
Color Harmonies of #DDA11E
Complementary color
Monochromatic Colors of #DDA11E
Black with #DDA11E
Text Example
Text Example
White with #DDA11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA11E; }
p { color: rgb(221,161,30); }
H1.HeaderClassName
{
color: #DDA11E;
}
.AnyTagClassName
{
color: #DDA11E;
}
</style>
background-color css
<style>
a { background-color: #DDA11E; }
a { background-color: rgb(221,161,30); }
div.DivClassName
{
background-color: #DDA11E;
}
.BgClassName
{
background-color: #DDA11E;
}
</style>
border-color css
<style>
span { border-color: #DDA11E; }
span { border-color: rgb(221,161,30); }
td.TdClassName
{
border-color: #DDA11E;
}
.TagClassName
{
border-color: #DDA11E;
}
</style>