Shades of Galliano #DDAC24
Tints of Galliano #DDAC24
RGB
CMYK
RGB Variations
Color information
#DDAC24 (or 0xDDAC24) is known color: Galliano. HEX triplet: DD, AC and 24. RGB value is (221,172,36). Sum of RGB (Red+Green+Blue) = 221+172+36=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC24 is #2253DB. Grayscale: #ABABAB. Windows color (decimal): -2249692 or 2403549. OLE color: 2403549.
HSL color Cylindrical-coordinate representation of color #DDAC24: hue angle of 44.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDAC24 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 36 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.13 |
| HSL | 44.11º | 0.73% | 0.5% | - |
| HSV(B) | 44.11º | 0.84% | 0.87% | - |
| XYZ | 44.89 | 45 | 7.99 | - |
| YUV | 171.15 | 51.73 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 36 | 0 | 0.22 | 0.84 | 0.13 | 44.11 | 0.73 | 0.5 |
| Hex | DD | AC | 24 | 0 | 16 | 54 | D | 2C | 49 | 32 |
| Octal | 335 | 254 | 44 | 0 | 26 | 124 | 15 | 54 | 111 | 62 |
| Binary | 11011101 | 10101100 | 100100 | 0 | 10110 | 1010100 | 1101 | 101100 | 1001001 | 110010 |
Color Harmonies of #DDAC24
Complementary color
Monochromatic Colors of #DDAC24
Black with #DDAC24
Text Example
Text Example
White with #DDAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC24; }
p { color: rgb(221,172,36); }
H1.HeaderClassName
{
color: #DDAC24;
}
.AnyTagClassName
{
color: #DDAC24;
}
</style>
background-color css
<style>
a { background-color: #DDAC24; }
a { background-color: rgb(221,172,36); }
div.DivClassName
{
background-color: #DDAC24;
}
.BgClassName
{
background-color: #DDAC24;
}
</style>
border-color css
<style>
span { border-color: #DDAC24; }
span { border-color: rgb(221,172,36); }
td.TdClassName
{
border-color: #DDAC24;
}
.TagClassName
{
border-color: #DDAC24;
}
</style>