Shades of Galliano #DDA824
Tints of Galliano #DDA824
RGB
CMYK
RGB Variations
Color information
#DDA824 (or 0xDDA824) is known color: Galliano. HEX triplet: DD, A8 and 24. RGB value is (221,168,36). Sum of RGB (Red+Green+Blue) = 221+168+36=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA824 is #2257DB. Grayscale: #A9A9A9. Windows color (decimal): -2250716 or 2402525. OLE color: 2402525.
HSL color Cylindrical-coordinate representation of color #DDA824: hue angle of 42.81º 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 #DDA824 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 36 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.13 |
| HSL | 42.81º | 0.73% | 0.5% | - |
| HSV(B) | 42.81º | 0.84% | 0.87% | - |
| XYZ | 44.14 | 43.5 | 7.74 | - |
| YUV | 168.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 36 | 0 | 0.24 | 0.84 | 0.13 | 42.81 | 0.73 | 0.5 |
| Hex | DD | A8 | 24 | 0 | 18 | 54 | D | 2B | 49 | 32 |
| Octal | 335 | 250 | 44 | 0 | 30 | 124 | 15 | 53 | 111 | 62 |
| Binary | 11011101 | 10101000 | 100100 | 0 | 11000 | 1010100 | 1101 | 101011 | 1001001 | 110010 |
Color Harmonies of #DDA824
Complementary color
Monochromatic Colors of #DDA824
Black with #DDA824
Text Example
Text Example
White with #DDA824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA824; }
p { color: rgb(221,168,36); }
H1.HeaderClassName
{
color: #DDA824;
}
.AnyTagClassName
{
color: #DDA824;
}
</style>
background-color css
<style>
a { background-color: #DDA824; }
a { background-color: rgb(221,168,36); }
div.DivClassName
{
background-color: #DDA824;
}
.BgClassName
{
background-color: #DDA824;
}
</style>
border-color css
<style>
span { border-color: #DDA824; }
span { border-color: rgb(221,168,36); }
td.TdClassName
{
border-color: #DDA824;
}
.TagClassName
{
border-color: #DDA824;
}
</style>