Shades of Galliano #DDAC15
Tints of Galliano #DDAC15
RGB
CMYK
RGB Variations
Color information
#DDAC15 (or 0xDDAC15) is known color: Galliano. HEX triplet: DD, AC and 15. RGB value is (221,172,21). Sum of RGB (Red+Green+Blue) = 221+172+21=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC15 is #2253EA. Grayscale: #AAAAAA. Windows color (decimal): -2249707 or 1420509. OLE color: 1420509.
HSL color Cylindrical-coordinate representation of color #DDAC15: hue angle of 45.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDAC15 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 21 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.13 |
| HSL | 45.3º | 0.83% | 0.47% | - |
| HSV(B) | 45.3º | 0.9% | 0.87% | - |
| XYZ | 44.71 | 44.93 | 7.03 | - |
| YUV | 169.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 21 | 0 | 0.22 | 0.90 | 0.13 | 45.3 | 0.83 | 0.47 |
| Hex | DD | AC | 15 | 0 | 16 | 5A | D | 2D | 53 | 2F |
| Octal | 335 | 254 | 25 | 0 | 26 | 132 | 15 | 55 | 123 | 57 |
| Binary | 11011101 | 10101100 | 10101 | 0 | 10110 | 1011010 | 1101 | 101101 | 1010011 | 101111 |
Color Harmonies of #DDAC15
Complementary color
Monochromatic Colors of #DDAC15
Black with #DDAC15
Text Example
Text Example
White with #DDAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC15; }
p { color: rgb(221,172,21); }
H1.HeaderClassName
{
color: #DDAC15;
}
.AnyTagClassName
{
color: #DDAC15;
}
</style>
background-color css
<style>
a { background-color: #DDAC15; }
a { background-color: rgb(221,172,21); }
div.DivClassName
{
background-color: #DDAC15;
}
.BgClassName
{
background-color: #DDAC15;
}
</style>
border-color css
<style>
span { border-color: #DDAC15; }
span { border-color: rgb(221,172,21); }
td.TdClassName
{
border-color: #DDAC15;
}
.TagClassName
{
border-color: #DDAC15;
}
</style>