Shades of Galliano #DDA628
Tints of Galliano #DDA628
RGB
CMYK
RGB Variations
Color information
#DDA628 (or 0xDDA628) is known color: Galliano. HEX triplet: DD, A6 and 28. RGB value is (221,166,40). Sum of RGB (Red+Green+Blue) = 221+166+40=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA628 is #2259D7. Grayscale: #A8A8A8. Windows color (decimal): -2251224 or 2664157. OLE color: 2664157.
HSL color Cylindrical-coordinate representation of color #DDA628: hue angle of 41.77º 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 #DDA628 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 40 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.13 |
| HSL | 41.77º | 0.73% | 0.51% | - |
| HSV(B) | 41.77º | 0.82% | 0.87% | - |
| XYZ | 43.84 | 42.8 | 7.96 | - |
| YUV | 168.08 | 55.72 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 40 | 0 | 0.25 | 0.82 | 0.13 | 41.77 | 0.73 | 0.51 |
| Hex | DD | A6 | 28 | 0 | 19 | 52 | D | 2A | 49 | 33 |
| Octal | 335 | 246 | 50 | 0 | 31 | 122 | 15 | 52 | 111 | 63 |
| Binary | 11011101 | 10100110 | 101000 | 0 | 11001 | 1010010 | 1101 | 101010 | 1001001 | 110011 |
Color Harmonies of #DDA628
Complementary color
Monochromatic Colors of #DDA628
Black with #DDA628
Text Example
Text Example
White with #DDA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA628; }
p { color: rgb(221,166,40); }
H1.HeaderClassName
{
color: #DDA628;
}
.AnyTagClassName
{
color: #DDA628;
}
</style>
background-color css
<style>
a { background-color: #DDA628; }
a { background-color: rgb(221,166,40); }
div.DivClassName
{
background-color: #DDA628;
}
.BgClassName
{
background-color: #DDA628;
}
</style>
border-color css
<style>
span { border-color: #DDA628; }
span { border-color: rgb(221,166,40); }
td.TdClassName
{
border-color: #DDA628;
}
.TagClassName
{
border-color: #DDA628;
}
</style>