Shades of Galliano #DDAB21
Tints of Galliano #DDAB21
RGB
CMYK
RGB Variations
Color information
#DDAB21 (or 0xDDAB21) is known color: Galliano. HEX triplet: DD, AB and 21. RGB value is (221,171,33). Sum of RGB (Red+Green+Blue) = 221+171+33=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB21 is #2254DE. Grayscale: #AAAAAA. Windows color (decimal): -2249951 or 2206685. OLE color: 2206685.
HSL color Cylindrical-coordinate representation of color #DDAB21: hue angle of 44.04º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDAB21 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 33 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.13 |
| HSL | 44.04º | 0.74% | 0.5% | - |
| HSV(B) | 44.04º | 0.85% | 0.87% | - |
| XYZ | 44.66 | 44.61 | 7.7 | - |
| YUV | 170.22 | 50.57 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 33 | 0 | 0.23 | 0.85 | 0.13 | 44.04 | 0.74 | 0.5 |
| Hex | DD | AB | 21 | 0 | 17 | 55 | D | 2C | 4A | 32 |
| Octal | 335 | 253 | 41 | 0 | 27 | 125 | 15 | 54 | 112 | 62 |
| Binary | 11011101 | 10101011 | 100001 | 0 | 10111 | 1010101 | 1101 | 101100 | 1001010 | 110010 |
Color Harmonies of #DDAB21
Complementary color
Monochromatic Colors of #DDAB21
Black with #DDAB21
Text Example
Text Example
White with #DDAB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB21; }
p { color: rgb(221,171,33); }
H1.HeaderClassName
{
color: #DDAB21;
}
.AnyTagClassName
{
color: #DDAB21;
}
</style>
background-color css
<style>
a { background-color: #DDAB21; }
a { background-color: rgb(221,171,33); }
div.DivClassName
{
background-color: #DDAB21;
}
.BgClassName
{
background-color: #DDAB21;
}
</style>
border-color css
<style>
span { border-color: #DDAB21; }
span { border-color: rgb(221,171,33); }
td.TdClassName
{
border-color: #DDAB21;
}
.TagClassName
{
border-color: #DDAB21;
}
</style>