Shades of Galliano #DDA627
Tints of Galliano #DDA627
RGB
CMYK
RGB Variations
Color information
#DDA627 (or 0xDDA627) is known color: Galliano. HEX triplet: DD, A6 and 27. RGB value is (221,166,39). Sum of RGB (Red+Green+Blue) = 221+166+39=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA627 is #2259D8. Grayscale: #A8A8A8. Windows color (decimal): -2251225 or 2598621. OLE color: 2598621.
HSL color Cylindrical-coordinate representation of color #DDA627: hue angle of 41.87º 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 #DDA627 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 39 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.13 |
| HSL | 41.87º | 0.73% | 0.51% | - |
| HSV(B) | 41.87º | 0.82% | 0.87% | - |
| XYZ | 43.82 | 42.79 | 7.87 | - |
| YUV | 167.97 | 55.22 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 39 | 0 | 0.25 | 0.82 | 0.13 | 41.87 | 0.73 | 0.51 |
| Hex | DD | A6 | 27 | 0 | 19 | 52 | D | 2A | 49 | 33 |
| Octal | 335 | 246 | 47 | 0 | 31 | 122 | 15 | 52 | 111 | 63 |
| Binary | 11011101 | 10100110 | 100111 | 0 | 11001 | 1010010 | 1101 | 101010 | 1001001 | 110011 |
Color Harmonies of #DDA627
Complementary color
Monochromatic Colors of #DDA627
Black with #DDA627
Text Example
Text Example
White with #DDA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA627; }
p { color: rgb(221,166,39); }
H1.HeaderClassName
{
color: #DDA627;
}
.AnyTagClassName
{
color: #DDA627;
}
</style>
background-color css
<style>
a { background-color: #DDA627; }
a { background-color: rgb(221,166,39); }
div.DivClassName
{
background-color: #DDA627;
}
.BgClassName
{
background-color: #DDA627;
}
</style>
border-color css
<style>
span { border-color: #DDA627; }
span { border-color: rgb(221,166,39); }
td.TdClassName
{
border-color: #DDA627;
}
.TagClassName
{
border-color: #DDA627;
}
</style>