Shades of Galliano #DDAC12
Tints of Galliano #DDAC12
RGB
CMYK
RGB Variations
Color information
#DDAC12 (or 0xDDAC12) is known color: Galliano. HEX triplet: DD, AC and 12. RGB value is (221,172,18). Sum of RGB (Red+Green+Blue) = 221+172+18=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC12 is #2253ED. Grayscale: #A9A9A9. Windows color (decimal): -2249710 or 1223901. OLE color: 1223901.
HSL color Cylindrical-coordinate representation of color #DDAC12: hue angle of 45.52º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDAC12 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 18 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.13 |
| HSL | 45.52º | 0.85% | 0.47% | - |
| HSV(B) | 45.52º | 0.92% | 0.87% | - |
| XYZ | 44.68 | 44.92 | 6.89 | - |
| YUV | 169.1 | 42.73 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 18 | 0 | 0.22 | 0.92 | 0.13 | 45.52 | 0.85 | 0.47 |
| Hex | DD | AC | 12 | 0 | 16 | 5C | D | 2E | 55 | 2F |
| Octal | 335 | 254 | 22 | 0 | 26 | 134 | 15 | 56 | 125 | 57 |
| Binary | 11011101 | 10101100 | 10010 | 0 | 10110 | 1011100 | 1101 | 101110 | 1010101 | 101111 |
Color Harmonies of #DDAC12
Complementary color
Monochromatic Colors of #DDAC12
Black with #DDAC12
Text Example
Text Example
White with #DDAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC12; }
p { color: rgb(221,172,18); }
H1.HeaderClassName
{
color: #DDAC12;
}
.AnyTagClassName
{
color: #DDAC12;
}
</style>
background-color css
<style>
a { background-color: #DDAC12; }
a { background-color: rgb(221,172,18); }
div.DivClassName
{
background-color: #DDAC12;
}
.BgClassName
{
background-color: #DDAC12;
}
</style>
border-color css
<style>
span { border-color: #DDAC12; }
span { border-color: rgb(221,172,18); }
td.TdClassName
{
border-color: #DDAC12;
}
.TagClassName
{
border-color: #DDAC12;
}
</style>