Shades of Galliano #DDAA26
Tints of Galliano #DDAA26
RGB
CMYK
RGB Variations
Color information
#DDAA26 (or 0xDDAA26) is known color: Galliano. HEX triplet: DD, AA and 26. RGB value is (221,170,38). Sum of RGB (Red+Green+Blue) = 221+170+38=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 38 (15.23% from 255 or 8.86% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA26 is #2255D9. Grayscale: #AAAAAA. Windows color (decimal): -2250202 or 2534109. OLE color: 2534109.
HSL color Cylindrical-coordinate representation of color #DDAA26: hue angle of 43.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDAA26 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 38 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.13 |
| HSL | 43.28º | 0.73% | 0.51% | - |
| HSV(B) | 43.28º | 0.83% | 0.87% | - |
| XYZ | 44.54 | 44.26 | 8.03 | - |
| YUV | 170.2 | 53.4 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 38 | 0 | 0.23 | 0.83 | 0.13 | 43.28 | 0.73 | 0.51 |
| Hex | DD | AA | 26 | 0 | 17 | 53 | D | 2B | 49 | 33 |
| Octal | 335 | 252 | 46 | 0 | 27 | 123 | 15 | 53 | 111 | 63 |
| Binary | 11011101 | 10101010 | 100110 | 0 | 10111 | 1010011 | 1101 | 101011 | 1001001 | 110011 |
Color Harmonies of #DDAA26
Complementary color
Monochromatic Colors of #DDAA26
Black with #DDAA26
Text Example
Text Example
White with #DDAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA26; }
p { color: rgb(221,170,38); }
H1.HeaderClassName
{
color: #DDAA26;
}
.AnyTagClassName
{
color: #DDAA26;
}
</style>
background-color css
<style>
a { background-color: #DDAA26; }
a { background-color: rgb(221,170,38); }
div.DivClassName
{
background-color: #DDAA26;
}
.BgClassName
{
background-color: #DDAA26;
}
</style>
border-color css
<style>
span { border-color: #DDAA26; }
span { border-color: rgb(221,170,38); }
td.TdClassName
{
border-color: #DDAA26;
}
.TagClassName
{
border-color: #DDAA26;
}
</style>