Shades of Galliano #DDA426
Tints of Galliano #DDA426
RGB
CMYK
RGB Variations
Color information
#DDA426 (or 0xDDA426) is known color: Galliano. HEX triplet: DD, A4 and 26. RGB value is (221,164,38). Sum of RGB (Red+Green+Blue) = 221+164+38=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA426 is #225BD9. Grayscale: #A7A7A7. Windows color (decimal): -2251738 or 2532573. OLE color: 2532573.
HSL color Cylindrical-coordinate representation of color #DDA426: hue angle of 41.31º 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 #DDA426 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 38 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.13 |
| HSL | 41.31º | 0.73% | 0.51% | - |
| HSV(B) | 41.31º | 0.83% | 0.87% | - |
| XYZ | 43.44 | 42.06 | 7.66 | - |
| YUV | 166.68 | 55.38 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 38 | 0 | 0.26 | 0.83 | 0.13 | 41.31 | 0.73 | 0.51 |
| Hex | DD | A4 | 26 | 0 | 1A | 53 | D | 29 | 49 | 33 |
| Octal | 335 | 244 | 46 | 0 | 32 | 123 | 15 | 51 | 111 | 63 |
| Binary | 11011101 | 10100100 | 100110 | 0 | 11010 | 1010011 | 1101 | 101001 | 1001001 | 110011 |
Color Harmonies of #DDA426
Complementary color
Monochromatic Colors of #DDA426
Black with #DDA426
Text Example
Text Example
White with #DDA426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA426; }
p { color: rgb(221,164,38); }
H1.HeaderClassName
{
color: #DDA426;
}
.AnyTagClassName
{
color: #DDA426;
}
</style>
background-color css
<style>
a { background-color: #DDA426; }
a { background-color: rgb(221,164,38); }
div.DivClassName
{
background-color: #DDA426;
}
.BgClassName
{
background-color: #DDA426;
}
</style>
border-color css
<style>
span { border-color: #DDA426; }
span { border-color: rgb(221,164,38); }
td.TdClassName
{
border-color: #DDA426;
}
.TagClassName
{
border-color: #DDA426;
}
</style>