Shades of Galliano #DEA31C
Tints of Galliano #DEA31C
RGB
CMYK
RGB Variations
Color information
#DEA31C (or 0xDEA31C) is known color: Galliano. HEX triplet: DE, A3 and 1C. RGB value is (222,163,28). Sum of RGB (Red+Green+Blue) = 222+163+28=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA31C is #215CE3. Grayscale: #A5A5A5. Windows color (decimal): -2186468 or 1876958. OLE color: 1876958.
HSL color Cylindrical-coordinate representation of color #DEA31C: hue angle of 41.75º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEA31C is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 28 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.13 |
| HSL | 41.75º | 0.78% | 0.49% | - |
| HSV(B) | 41.75º | 0.87% | 0.87% | - |
| XYZ | 43.43 | 41.81 | 6.88 | - |
| YUV | 165.25 | 50.55 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 28 | 0 | 0.27 | 0.87 | 0.13 | 41.75 | 0.78 | 0.49 |
| Hex | DE | A3 | 1C | 0 | 1B | 57 | D | 2A | 4E | 31 |
| Octal | 336 | 243 | 34 | 0 | 33 | 127 | 15 | 52 | 116 | 61 |
| Binary | 11011110 | 10100011 | 11100 | 0 | 11011 | 1010111 | 1101 | 101010 | 1001110 | 110001 |
Color Harmonies of #DEA31C
Complementary color
Monochromatic Colors of #DEA31C
Black with #DEA31C
Text Example
Text Example
White with #DEA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA31C; }
p { color: rgb(222,163,28); }
H1.HeaderClassName
{
color: #DEA31C;
}
.AnyTagClassName
{
color: #DEA31C;
}
</style>
background-color css
<style>
a { background-color: #DEA31C; }
a { background-color: rgb(222,163,28); }
div.DivClassName
{
background-color: #DEA31C;
}
.BgClassName
{
background-color: #DEA31C;
}
</style>
border-color css
<style>
span { border-color: #DEA31C; }
span { border-color: rgb(222,163,28); }
td.TdClassName
{
border-color: #DEA31C;
}
.TagClassName
{
border-color: #DEA31C;
}
</style>