Shades of Galliano #DDA329
Tints of Galliano #DDA329
RGB
CMYK
RGB Variations
Color information
#DDA329 (or 0xDDA329) is known color: Galliano. HEX triplet: DD, A3 and 29. RGB value is (221,163,41). Sum of RGB (Red+Green+Blue) = 221+163+41=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA329 is #225CD6. Grayscale: #A6A6A6. Windows color (decimal): -2251991 or 2728925. OLE color: 2728925.
HSL color Cylindrical-coordinate representation of color #DDA329: hue angle of 40.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDA329 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 41 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.13 |
| HSL | 40.67º | 0.73% | 0.51% | - |
| HSV(B) | 40.67º | 0.81% | 0.87% | - |
| XYZ | 43.32 | 41.73 | 7.87 | - |
| YUV | 166.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 41 | 0 | 0.26 | 0.81 | 0.13 | 40.67 | 0.73 | 0.51 |
| Hex | DD | A3 | 29 | 0 | 1A | 51 | D | 29 | 49 | 33 |
| Octal | 335 | 243 | 51 | 0 | 32 | 121 | 15 | 51 | 111 | 63 |
| Binary | 11011101 | 10100011 | 101001 | 0 | 11010 | 1010001 | 1101 | 101001 | 1001001 | 110011 |
Color Harmonies of #DDA329
Complementary color
Monochromatic Colors of #DDA329
Black with #DDA329
Text Example
Text Example
White with #DDA329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA329; }
p { color: rgb(221,163,41); }
H1.HeaderClassName
{
color: #DDA329;
}
.AnyTagClassName
{
color: #DDA329;
}
</style>
background-color css
<style>
a { background-color: #DDA329; }
a { background-color: rgb(221,163,41); }
div.DivClassName
{
background-color: #DDA329;
}
.BgClassName
{
background-color: #DDA329;
}
</style>
border-color css
<style>
span { border-color: #DDA329; }
span { border-color: rgb(221,163,41); }
td.TdClassName
{
border-color: #DDA329;
}
.TagClassName
{
border-color: #DDA329;
}
</style>