Shades of Galliano #DDA318
Tints of Galliano #DDA318
RGB
CMYK
RGB Variations
Color information
#DDA318 (or 0xDDA318) is known color: Galliano. HEX triplet: DD, A3 and 18. RGB value is (221,163,24). Sum of RGB (Red+Green+Blue) = 221+163+24=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA318 is #225CE7. Grayscale: #A5A5A5. Windows color (decimal): -2252008 or 1614813. OLE color: 1614813.
HSL color Cylindrical-coordinate representation of color #DDA318: hue angle of 42.34º 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 #DDA318 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 24 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.13 |
| HSL | 42.34º | 0.8% | 0.48% | - |
| HSV(B) | 42.34º | 0.89% | 0.87% | - |
| XYZ | 43.08 | 41.63 | 6.63 | - |
| YUV | 164.5 | 48.72 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 24 | 0 | 0.26 | 0.89 | 0.13 | 42.34 | 0.8 | 0.48 |
| Hex | DD | A3 | 18 | 0 | 1A | 59 | D | 2A | 50 | 30 |
| Octal | 335 | 243 | 30 | 0 | 32 | 131 | 15 | 52 | 120 | 60 |
| Binary | 11011101 | 10100011 | 11000 | 0 | 11010 | 1011001 | 1101 | 101010 | 1010000 | 110000 |
Color Harmonies of #DDA318
Complementary color
Monochromatic Colors of #DDA318
Black with #DDA318
Text Example
Text Example
White with #DDA318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA318; }
p { color: rgb(221,163,24); }
H1.HeaderClassName
{
color: #DDA318;
}
.AnyTagClassName
{
color: #DDA318;
}
</style>
background-color css
<style>
a { background-color: #DDA318; }
a { background-color: rgb(221,163,24); }
div.DivClassName
{
background-color: #DDA318;
}
.BgClassName
{
background-color: #DDA318;
}
</style>
border-color css
<style>
span { border-color: #DDA318; }
span { border-color: rgb(221,163,24); }
td.TdClassName
{
border-color: #DDA318;
}
.TagClassName
{
border-color: #DDA318;
}
</style>