Shades of Galliano #DDA228
Tints of Galliano #DDA228
RGB
CMYK
RGB Variations
Color information
#DDA228 (or 0xDDA228) is known color: Galliano. HEX triplet: DD, A2 and 28. RGB value is (221,162,40). Sum of RGB (Red+Green+Blue) = 221+162+40=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA228 is #225DD7. Grayscale: #A6A6A6. Windows color (decimal): -2252248 or 2663133. OLE color: 2663133.
HSL color Cylindrical-coordinate representation of color #DDA228: hue angle of 40.44º 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 #DDA228 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 40 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.13 |
| HSL | 40.44º | 0.73% | 0.51% | - |
| HSV(B) | 40.44º | 0.82% | 0.87% | - |
| XYZ | 43.12 | 41.37 | 7.72 | - |
| YUV | 165.73 | 57.05 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 40 | 0 | 0.27 | 0.82 | 0.13 | 40.44 | 0.73 | 0.51 |
| Hex | DD | A2 | 28 | 0 | 1B | 52 | D | 28 | 49 | 33 |
| Octal | 335 | 242 | 50 | 0 | 33 | 122 | 15 | 50 | 111 | 63 |
| Binary | 11011101 | 10100010 | 101000 | 0 | 11011 | 1010010 | 1101 | 101000 | 1001001 | 110011 |
Color Harmonies of #DDA228
Complementary color
Monochromatic Colors of #DDA228
Black with #DDA228
Text Example
Text Example
White with #DDA228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA228; }
p { color: rgb(221,162,40); }
H1.HeaderClassName
{
color: #DDA228;
}
.AnyTagClassName
{
color: #DDA228;
}
</style>
background-color css
<style>
a { background-color: #DDA228; }
a { background-color: rgb(221,162,40); }
div.DivClassName
{
background-color: #DDA228;
}
.BgClassName
{
background-color: #DDA228;
}
</style>
border-color css
<style>
span { border-color: #DDA228; }
span { border-color: rgb(221,162,40); }
td.TdClassName
{
border-color: #DDA228;
}
.TagClassName
{
border-color: #DDA228;
}
</style>