Shades of Galliano #DDA11A
Tints of Galliano #DDA11A
RGB
CMYK
RGB Variations
Color information
#DDA11A (or 0xDDA11A) is known color: Galliano. HEX triplet: DD, A1 and 1A. RGB value is (221,161,26). Sum of RGB (Red+Green+Blue) = 221+161+26=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA11A is #225EE5. Grayscale: #A4A4A4. Windows color (decimal): -2252518 or 1745373. OLE color: 1745373.
HSL color Cylindrical-coordinate representation of color #DDA11A: hue angle of 41.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA11A is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 26 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.13 |
| HSL | 41.54º | 0.79% | 0.48% | - |
| HSV(B) | 41.54º | 0.88% | 0.87% | - |
| XYZ | 42.75 | 40.94 | 6.63 | - |
| YUV | 163.55 | 50.38 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 26 | 0 | 0.27 | 0.88 | 0.13 | 41.54 | 0.79 | 0.48 |
| Hex | DD | A1 | 1A | 0 | 1B | 58 | D | 2A | 4F | 30 |
| Octal | 335 | 241 | 32 | 0 | 33 | 130 | 15 | 52 | 117 | 60 |
| Binary | 11011101 | 10100001 | 11010 | 0 | 11011 | 1011000 | 1101 | 101010 | 1001111 | 110000 |
Color Harmonies of #DDA11A
Complementary color
Monochromatic Colors of #DDA11A
Black with #DDA11A
Text Example
Text Example
White with #DDA11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA11A; }
p { color: rgb(221,161,26); }
H1.HeaderClassName
{
color: #DDA11A;
}
.AnyTagClassName
{
color: #DDA11A;
}
</style>
background-color css
<style>
a { background-color: #DDA11A; }
a { background-color: rgb(221,161,26); }
div.DivClassName
{
background-color: #DDA11A;
}
.BgClassName
{
background-color: #DDA11A;
}
</style>
border-color css
<style>
span { border-color: #DDA11A; }
span { border-color: rgb(221,161,26); }
td.TdClassName
{
border-color: #DDA11A;
}
.TagClassName
{
border-color: #DDA11A;
}
</style>