Shades of Galliano #DDA024
Tints of Galliano #DDA024
RGB
CMYK
RGB Variations
Color information
#DDA024 (or 0xDDA024) is known color: Galliano. HEX triplet: DD, A0 and 24. RGB value is (221,160,36). Sum of RGB (Red+Green+Blue) = 221+160+36=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA024 is #225FDB. Grayscale: #A4A4A4. Windows color (decimal): -2252764 or 2400477. OLE color: 2400477.
HSL color Cylindrical-coordinate representation of color #DDA024: hue angle of 40.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDA024 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 36 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.13 |
| HSL | 40.22º | 0.73% | 0.5% | - |
| HSV(B) | 40.22º | 0.84% | 0.87% | - |
| XYZ | 42.71 | 40.64 | 7.26 | - |
| YUV | 164.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 36 | 0 | 0.28 | 0.84 | 0.13 | 40.22 | 0.73 | 0.5 |
| Hex | DD | A0 | 24 | 0 | 1C | 54 | D | 28 | 49 | 32 |
| Octal | 335 | 240 | 44 | 0 | 34 | 124 | 15 | 50 | 111 | 62 |
| Binary | 11011101 | 10100000 | 100100 | 0 | 11100 | 1010100 | 1101 | 101000 | 1001001 | 110010 |
Color Harmonies of #DDA024
Complementary color
Monochromatic Colors of #DDA024
Black with #DDA024
Text Example
Text Example
White with #DDA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA024; }
p { color: rgb(221,160,36); }
H1.HeaderClassName
{
color: #DDA024;
}
.AnyTagClassName
{
color: #DDA024;
}
</style>
background-color css
<style>
a { background-color: #DDA024; }
a { background-color: rgb(221,160,36); }
div.DivClassName
{
background-color: #DDA024;
}
.BgClassName
{
background-color: #DDA024;
}
</style>
border-color css
<style>
span { border-color: #DDA024; }
span { border-color: rgb(221,160,36); }
td.TdClassName
{
border-color: #DDA024;
}
.TagClassName
{
border-color: #DDA024;
}
</style>