Shades of Galliano #DEA327
Tints of Galliano #DEA327
RGB
CMYK
RGB Variations
Color information
#DEA327 (or 0xDEA327) is known color: Galliano. HEX triplet: DE, A3 and 27. RGB value is (222,163,39). Sum of RGB (Red+Green+Blue) = 222+163+39=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA327 is #215CD8. Grayscale: #A7A7A7. Windows color (decimal): -2186457 or 2597854. OLE color: 2597854.
HSL color Cylindrical-coordinate representation of color #DEA327: hue angle of 40.66º 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 #DEA327 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 39 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.13 |
| HSL | 40.66º | 0.73% | 0.51% | - |
| HSV(B) | 40.66º | 0.82% | 0.87% | - |
| XYZ | 43.59 | 41.87 | 7.7 | - |
| YUV | 166.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 39 | 0 | 0.27 | 0.82 | 0.13 | 40.66 | 0.73 | 0.51 |
| Hex | DE | A3 | 27 | 0 | 1B | 52 | D | 29 | 49 | 33 |
| Octal | 336 | 243 | 47 | 0 | 33 | 122 | 15 | 51 | 111 | 63 |
| Binary | 11011110 | 10100011 | 100111 | 0 | 11011 | 1010010 | 1101 | 101001 | 1001001 | 110011 |
Color Harmonies of #DEA327
Complementary color
Monochromatic Colors of #DEA327
Black with #DEA327
Text Example
Text Example
White with #DEA327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA327; }
p { color: rgb(222,163,39); }
H1.HeaderClassName
{
color: #DEA327;
}
.AnyTagClassName
{
color: #DEA327;
}
</style>
background-color css
<style>
a { background-color: #DEA327; }
a { background-color: rgb(222,163,39); }
div.DivClassName
{
background-color: #DEA327;
}
.BgClassName
{
background-color: #DEA327;
}
</style>
border-color css
<style>
span { border-color: #DEA327; }
span { border-color: rgb(222,163,39); }
td.TdClassName
{
border-color: #DEA327;
}
.TagClassName
{
border-color: #DEA327;
}
</style>