Shades of Galliano #DDA324
Tints of Galliano #DDA324
RGB
CMYK
RGB Variations
Color information
#DDA324 (or 0xDDA324) is known color: Galliano. HEX triplet: DD, A3 and 24. RGB value is (221,163,36). Sum of RGB (Red+Green+Blue) = 221+163+36=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA324 is #225CDB. Grayscale: #A6A6A6. Windows color (decimal): -2251996 or 2401245. OLE color: 2401245.
HSL color Cylindrical-coordinate representation of color #DDA324: hue angle of 41.19º 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 #DDA324 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 36 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.13 |
| HSL | 41.19º | 0.73% | 0.5% | - |
| HSV(B) | 41.19º | 0.84% | 0.87% | - |
| XYZ | 43.23 | 41.69 | 7.44 | - |
| YUV | 165.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 36 | 0 | 0.26 | 0.84 | 0.13 | 41.19 | 0.73 | 0.5 |
| Hex | DD | A3 | 24 | 0 | 1A | 54 | D | 29 | 49 | 32 |
| Octal | 335 | 243 | 44 | 0 | 32 | 124 | 15 | 51 | 111 | 62 |
| Binary | 11011101 | 10100011 | 100100 | 0 | 11010 | 1010100 | 1101 | 101001 | 1001001 | 110010 |
Color Harmonies of #DDA324
Complementary color
Monochromatic Colors of #DDA324
Black with #DDA324
Text Example
Text Example
White with #DDA324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA324; }
p { color: rgb(221,163,36); }
H1.HeaderClassName
{
color: #DDA324;
}
.AnyTagClassName
{
color: #DDA324;
}
</style>
background-color css
<style>
a { background-color: #DDA324; }
a { background-color: rgb(221,163,36); }
div.DivClassName
{
background-color: #DDA324;
}
.BgClassName
{
background-color: #DDA324;
}
</style>
border-color css
<style>
span { border-color: #DDA324; }
span { border-color: rgb(221,163,36); }
td.TdClassName
{
border-color: #DDA324;
}
.TagClassName
{
border-color: #DDA324;
}
</style>