Shades of Galliano #DEA31F
Tints of Galliano #DEA31F
RGB
CMYK
RGB Variations
Color information
#DEA31F (or 0xDEA31F) is known color: Galliano. HEX triplet: DE, A3 and 1F. RGB value is (222,163,31). Sum of RGB (Red+Green+Blue) = 222+163+31=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA31F is #215CE0. Grayscale: #A6A6A6. Windows color (decimal): -2186465 or 2073566. OLE color: 2073566.
HSL color Cylindrical-coordinate representation of color #DEA31F: hue angle of 41.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEA31F is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 31 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.13 |
| HSL | 41.47º | 0.75% | 0.5% | - |
| HSV(B) | 41.47º | 0.86% | 0.87% | - |
| XYZ | 43.47 | 41.82 | 7.08 | - |
| YUV | 165.59 | 52.05 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 31 | 0 | 0.27 | 0.86 | 0.13 | 41.47 | 0.75 | 0.5 |
| Hex | DE | A3 | 1F | 0 | 1B | 56 | D | 29 | 4B | 32 |
| Octal | 336 | 243 | 37 | 0 | 33 | 126 | 15 | 51 | 113 | 62 |
| Binary | 11011110 | 10100011 | 11111 | 0 | 11011 | 1010110 | 1101 | 101001 | 1001011 | 110010 |
Color Harmonies of #DEA31F
Complementary color
Monochromatic Colors of #DEA31F
Black with #DEA31F
Text Example
Text Example
White with #DEA31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA31F; }
p { color: rgb(222,163,31); }
H1.HeaderClassName
{
color: #DEA31F;
}
.AnyTagClassName
{
color: #DEA31F;
}
</style>
background-color css
<style>
a { background-color: #DEA31F; }
a { background-color: rgb(222,163,31); }
div.DivClassName
{
background-color: #DEA31F;
}
.BgClassName
{
background-color: #DEA31F;
}
</style>
border-color css
<style>
span { border-color: #DEA31F; }
span { border-color: rgb(222,163,31); }
td.TdClassName
{
border-color: #DEA31F;
}
.TagClassName
{
border-color: #DEA31F;
}
</style>