Shades of Galliano #DDAB20
Tints of Galliano #DDAB20
RGB
CMYK
RGB Variations
Color information
#DDAB20 (or 0xDDAB20) is known color: Galliano. HEX triplet: DD, AB and 20. RGB value is (221,171,32). Sum of RGB (Red+Green+Blue) = 221+171+32=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB20 is #2254DF. Grayscale: #AAAAAA. Windows color (decimal): -2249952 or 2141149. OLE color: 2141149.
HSL color Cylindrical-coordinate representation of color #DDAB20: hue angle of 44.13º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDAB20 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 32 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.13 |
| HSL | 44.13º | 0.75% | 0.5% | - |
| HSV(B) | 44.13º | 0.86% | 0.87% | - |
| XYZ | 44.64 | 44.6 | 7.62 | - |
| YUV | 170.1 | 50.07 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 32 | 0 | 0.23 | 0.86 | 0.13 | 44.13 | 0.75 | 0.5 |
| Hex | DD | AB | 20 | 0 | 17 | 56 | D | 2C | 4B | 32 |
| Octal | 335 | 253 | 40 | 0 | 27 | 126 | 15 | 54 | 113 | 62 |
| Binary | 11011101 | 10101011 | 100000 | 0 | 10111 | 1010110 | 1101 | 101100 | 1001011 | 110010 |
Color Harmonies of #DDAB20
Complementary color
Monochromatic Colors of #DDAB20
Black with #DDAB20
Text Example
Text Example
White with #DDAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB20; }
p { color: rgb(221,171,32); }
H1.HeaderClassName
{
color: #DDAB20;
}
.AnyTagClassName
{
color: #DDAB20;
}
</style>
background-color css
<style>
a { background-color: #DDAB20; }
a { background-color: rgb(221,171,32); }
div.DivClassName
{
background-color: #DDAB20;
}
.BgClassName
{
background-color: #DDAB20;
}
</style>
border-color css
<style>
span { border-color: #DDAB20; }
span { border-color: rgb(221,171,32); }
td.TdClassName
{
border-color: #DDAB20;
}
.TagClassName
{
border-color: #DDAB20;
}
</style>