Shades of Galliano #DDA126
Tints of Galliano #DDA126
RGB
CMYK
RGB Variations
Color information
#DDA126 (or 0xDDA126) is known color: Galliano. HEX triplet: DD, A1 and 26. RGB value is (221,161,38). Sum of RGB (Red+Green+Blue) = 221+161+38=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA126 is #225ED9. Grayscale: #A5A5A5. Windows color (decimal): -2252506 or 2531805. OLE color: 2531805.
HSL color Cylindrical-coordinate representation of color #DDA126: hue angle of 40.33º 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 #DDA126 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 38 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.13 |
| HSL | 40.33º | 0.73% | 0.51% | - |
| HSV(B) | 40.33º | 0.83% | 0.87% | - |
| XYZ | 42.91 | 41 | 7.49 | - |
| YUV | 164.92 | 56.38 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 38 | 0 | 0.27 | 0.83 | 0.13 | 40.33 | 0.73 | 0.51 |
| Hex | DD | A1 | 26 | 0 | 1B | 53 | D | 28 | 49 | 33 |
| Octal | 335 | 241 | 46 | 0 | 33 | 123 | 15 | 50 | 111 | 63 |
| Binary | 11011101 | 10100001 | 100110 | 0 | 11011 | 1010011 | 1101 | 101000 | 1001001 | 110011 |
Color Harmonies of #DDA126
Complementary color
Monochromatic Colors of #DDA126
Black with #DDA126
Text Example
Text Example
White with #DDA126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA126; }
p { color: rgb(221,161,38); }
H1.HeaderClassName
{
color: #DDA126;
}
.AnyTagClassName
{
color: #DDA126;
}
</style>
background-color css
<style>
a { background-color: #DDA126; }
a { background-color: rgb(221,161,38); }
div.DivClassName
{
background-color: #DDA126;
}
.BgClassName
{
background-color: #DDA126;
}
</style>
border-color css
<style>
span { border-color: #DDA126; }
span { border-color: rgb(221,161,38); }
td.TdClassName
{
border-color: #DDA126;
}
.TagClassName
{
border-color: #DDA126;
}
</style>