Shades of Galliano #DDA828
Tints of Galliano #DDA828
RGB
CMYK
RGB Variations
Color information
#DDA828 (or 0xDDA828) is known color: Galliano. HEX triplet: DD, A8 and 28. RGB value is (221,168,40). Sum of RGB (Red+Green+Blue) = 221+168+40=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA828 is #2257D7. Grayscale: #A9A9A9. Windows color (decimal): -2250712 or 2664669. OLE color: 2664669.
HSL color Cylindrical-coordinate representation of color #DDA828: hue angle of 42.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDA828 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 40 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.13 |
| HSL | 42.43º | 0.73% | 0.51% | - |
| HSV(B) | 42.43º | 0.82% | 0.87% | - |
| XYZ | 44.2 | 43.53 | 8.08 | - |
| YUV | 169.26 | 55.06 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 40 | 0 | 0.24 | 0.82 | 0.13 | 42.43 | 0.73 | 0.51 |
| Hex | DD | A8 | 28 | 0 | 18 | 52 | D | 2A | 49 | 33 |
| Octal | 335 | 250 | 50 | 0 | 30 | 122 | 15 | 52 | 111 | 63 |
| Binary | 11011101 | 10101000 | 101000 | 0 | 11000 | 1010010 | 1101 | 101010 | 1001001 | 110011 |
Color Harmonies of #DDA828
Complementary color
Monochromatic Colors of #DDA828
Black with #DDA828
Text Example
Text Example
White with #DDA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA828; }
p { color: rgb(221,168,40); }
H1.HeaderClassName
{
color: #DDA828;
}
.AnyTagClassName
{
color: #DDA828;
}
</style>
background-color css
<style>
a { background-color: #DDA828; }
a { background-color: rgb(221,168,40); }
div.DivClassName
{
background-color: #DDA828;
}
.BgClassName
{
background-color: #DDA828;
}
</style>
border-color css
<style>
span { border-color: #DDA828; }
span { border-color: rgb(221,168,40); }
td.TdClassName
{
border-color: #DDA828;
}
.TagClassName
{
border-color: #DDA828;
}
</style>