Shades of Galliano #DDAC18
Tints of Galliano #DDAC18
RGB
CMYK
RGB Variations
Color information
#DDAC18 (or 0xDDAC18) is known color: Galliano. HEX triplet: DD, AC and 18. RGB value is (221,172,24). Sum of RGB (Red+Green+Blue) = 221+172+24=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC18 is #2253E7. Grayscale: #AAAAAA. Windows color (decimal): -2249704 or 1617117. OLE color: 1617117.
HSL color Cylindrical-coordinate representation of color #DDAC18: hue angle of 45.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDAC18 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 24 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.13 |
| HSL | 45.08º | 0.8% | 0.48% | - |
| HSV(B) | 45.08º | 0.89% | 0.87% | - |
| XYZ | 44.74 | 44.94 | 7.18 | - |
| YUV | 169.78 | 45.73 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 24 | 0 | 0.22 | 0.89 | 0.13 | 45.08 | 0.8 | 0.48 |
| Hex | DD | AC | 18 | 0 | 16 | 59 | D | 2D | 50 | 30 |
| Octal | 335 | 254 | 30 | 0 | 26 | 131 | 15 | 55 | 120 | 60 |
| Binary | 11011101 | 10101100 | 11000 | 0 | 10110 | 1011001 | 1101 | 101101 | 1010000 | 110000 |
Color Harmonies of #DDAC18
Complementary color
Monochromatic Colors of #DDAC18
Black with #DDAC18
Text Example
Text Example
White with #DDAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC18; }
p { color: rgb(221,172,24); }
H1.HeaderClassName
{
color: #DDAC18;
}
.AnyTagClassName
{
color: #DDAC18;
}
</style>
background-color css
<style>
a { background-color: #DDAC18; }
a { background-color: rgb(221,172,24); }
div.DivClassName
{
background-color: #DDAC18;
}
.BgClassName
{
background-color: #DDAC18;
}
</style>
border-color css
<style>
span { border-color: #DDAC18; }
span { border-color: rgb(221,172,24); }
td.TdClassName
{
border-color: #DDAC18;
}
.TagClassName
{
border-color: #DDAC18;
}
</style>