Shades of Galliano #DDAA12
Tints of Galliano #DDAA12
RGB
CMYK
RGB Variations
Color information
#DDAA12 (or 0xDDAA12) is known color: Galliano. HEX triplet: DD, AA and 12. RGB value is (221,170,18). Sum of RGB (Red+Green+Blue) = 221+170+18=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA12 is #2255ED. Grayscale: #A8A8A8. Windows color (decimal): -2250222 or 1223389. OLE color: 1223389.
HSL color Cylindrical-coordinate representation of color #DDAA12: hue angle of 44.93º 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 #DDAA12 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 18 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.13 |
| HSL | 44.93º | 0.85% | 0.47% | - |
| HSV(B) | 44.93º | 0.92% | 0.87% | - |
| XYZ | 44.3 | 44.17 | 6.76 | - |
| YUV | 167.92 | 43.4 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 18 | 0 | 0.23 | 0.92 | 0.13 | 44.93 | 0.85 | 0.47 |
| Hex | DD | AA | 12 | 0 | 17 | 5C | D | 2D | 55 | 2F |
| Octal | 335 | 252 | 22 | 0 | 27 | 134 | 15 | 55 | 125 | 57 |
| Binary | 11011101 | 10101010 | 10010 | 0 | 10111 | 1011100 | 1101 | 101101 | 1010101 | 101111 |
Color Harmonies of #DDAA12
Complementary color
Monochromatic Colors of #DDAA12
Black with #DDAA12
Text Example
Text Example
White with #DDAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA12; }
p { color: rgb(221,170,18); }
H1.HeaderClassName
{
color: #DDAA12;
}
.AnyTagClassName
{
color: #DDAA12;
}
</style>
background-color css
<style>
a { background-color: #DDAA12; }
a { background-color: rgb(221,170,18); }
div.DivClassName
{
background-color: #DDAA12;
}
.BgClassName
{
background-color: #DDAA12;
}
</style>
border-color css
<style>
span { border-color: #DDAA12; }
span { border-color: rgb(221,170,18); }
td.TdClassName
{
border-color: #DDAA12;
}
.TagClassName
{
border-color: #DDAA12;
}
</style>