Shades of Galliano #DDAB29
Tints of Galliano #DDAB29
RGB
CMYK
RGB Variations
Color information
#DDAB29 (or 0xDDAB29) is known color: Galliano. HEX triplet: DD, AB and 29. RGB value is (221,171,41). Sum of RGB (Red+Green+Blue) = 221+171+41=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB29 is #2254D6. Grayscale: #ABABAB. Windows color (decimal): -2249943 or 2730973. OLE color: 2730973.
HSL color Cylindrical-coordinate representation of color #DDAB29: hue angle of 43.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 #DDAB29 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 41 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.13 |
| HSL | 43.33º | 0.73% | 0.51% | - |
| HSV(B) | 43.33º | 0.81% | 0.87% | - |
| XYZ | 44.78 | 44.66 | 8.36 | - |
| YUV | 171.13 | 54.57 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 41 | 0 | 0.23 | 0.81 | 0.13 | 43.33 | 0.73 | 0.51 |
| Hex | DD | AB | 29 | 0 | 17 | 51 | D | 2B | 49 | 33 |
| Octal | 335 | 253 | 51 | 0 | 27 | 121 | 15 | 53 | 111 | 63 |
| Binary | 11011101 | 10101011 | 101001 | 0 | 10111 | 1010001 | 1101 | 101011 | 1001001 | 110011 |
Color Harmonies of #DDAB29
Complementary color
Monochromatic Colors of #DDAB29
Black with #DDAB29
Text Example
Text Example
White with #DDAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB29; }
p { color: rgb(221,171,41); }
H1.HeaderClassName
{
color: #DDAB29;
}
.AnyTagClassName
{
color: #DDAB29;
}
</style>
background-color css
<style>
a { background-color: #DDAB29; }
a { background-color: rgb(221,171,41); }
div.DivClassName
{
background-color: #DDAB29;
}
.BgClassName
{
background-color: #DDAB29;
}
</style>
border-color css
<style>
span { border-color: #DDAB29; }
span { border-color: rgb(221,171,41); }
td.TdClassName
{
border-color: #DDAB29;
}
.TagClassName
{
border-color: #DDAB29;
}
</style>