Shades of Galliano #DDA127
Tints of Galliano #DDA127
RGB
CMYK
RGB Variations
Color information
#DDA127 (or 0xDDA127) is known color: Galliano. HEX triplet: DD, A1 and 27. RGB value is (221,161,39). Sum of RGB (Red+Green+Blue) = 221+161+39=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA127 is #225ED8. Grayscale: #A5A5A5. Windows color (decimal): -2252505 or 2597341. OLE color: 2597341.
HSL color Cylindrical-coordinate representation of color #DDA127: hue angle of 40.22º 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 #DDA127 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 39 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.13 |
| HSL | 40.22º | 0.73% | 0.51% | - |
| HSV(B) | 40.22º | 0.82% | 0.87% | - |
| XYZ | 42.93 | 41.01 | 7.57 | - |
| YUV | 165.03 | 56.88 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 39 | 0 | 0.27 | 0.82 | 0.13 | 40.22 | 0.73 | 0.51 |
| Hex | DD | A1 | 27 | 0 | 1B | 52 | D | 28 | 49 | 33 |
| Octal | 335 | 241 | 47 | 0 | 33 | 122 | 15 | 50 | 111 | 63 |
| Binary | 11011101 | 10100001 | 100111 | 0 | 11011 | 1010010 | 1101 | 101000 | 1001001 | 110011 |
Color Harmonies of #DDA127
Complementary color
Monochromatic Colors of #DDA127
Black with #DDA127
Text Example
Text Example
White with #DDA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA127; }
p { color: rgb(221,161,39); }
H1.HeaderClassName
{
color: #DDA127;
}
.AnyTagClassName
{
color: #DDA127;
}
</style>
background-color css
<style>
a { background-color: #DDA127; }
a { background-color: rgb(221,161,39); }
div.DivClassName
{
background-color: #DDA127;
}
.BgClassName
{
background-color: #DDA127;
}
</style>
border-color css
<style>
span { border-color: #DDA127; }
span { border-color: rgb(221,161,39); }
td.TdClassName
{
border-color: #DDA127;
}
.TagClassName
{
border-color: #DDA127;
}
</style>