Shades of Galliano #DDA529
Tints of Galliano #DDA529
RGB
CMYK
RGB Variations
Color information
#DDA529 (or 0xDDA529) is known color: Galliano. HEX triplet: DD, A5 and 29. RGB value is (221,165,41). Sum of RGB (Red+Green+Blue) = 221+165+41=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA529 is #225AD6. Grayscale: #A8A8A8. Windows color (decimal): -2251479 or 2729437. OLE color: 2729437.
HSL color Cylindrical-coordinate representation of color #DDA529: hue angle of 41.33º 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 #DDA529 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 41 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.13 |
| HSL | 41.33º | 0.73% | 0.51% | - |
| HSV(B) | 41.33º | 0.81% | 0.87% | - |
| XYZ | 43.67 | 42.44 | 7.99 | - |
| YUV | 167.61 | 56.55 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 41 | 0 | 0.25 | 0.81 | 0.13 | 41.33 | 0.73 | 0.51 |
| Hex | DD | A5 | 29 | 0 | 19 | 51 | D | 29 | 49 | 33 |
| Octal | 335 | 245 | 51 | 0 | 31 | 121 | 15 | 51 | 111 | 63 |
| Binary | 11011101 | 10100101 | 101001 | 0 | 11001 | 1010001 | 1101 | 101001 | 1001001 | 110011 |
Color Harmonies of #DDA529
Complementary color
Monochromatic Colors of #DDA529
Black with #DDA529
Text Example
Text Example
White with #DDA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA529; }
p { color: rgb(221,165,41); }
H1.HeaderClassName
{
color: #DDA529;
}
.AnyTagClassName
{
color: #DDA529;
}
</style>
background-color css
<style>
a { background-color: #DDA529; }
a { background-color: rgb(221,165,41); }
div.DivClassName
{
background-color: #DDA529;
}
.BgClassName
{
background-color: #DDA529;
}
</style>
border-color css
<style>
span { border-color: #DDA529; }
span { border-color: rgb(221,165,41); }
td.TdClassName
{
border-color: #DDA529;
}
.TagClassName
{
border-color: #DDA529;
}
</style>