Shades of Galliano #DEA31B
Tints of Galliano #DEA31B
RGB
CMYK
RGB Variations
Color information
#DEA31B (or 0xDEA31B) is known color: Galliano. HEX triplet: DE, A3 and 1B. RGB value is (222,163,27). Sum of RGB (Red+Green+Blue) = 222+163+27=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA31B is #215CE4. Grayscale: #A5A5A5. Windows color (decimal): -2186469 or 1811422. OLE color: 1811422.
HSL color Cylindrical-coordinate representation of color #DEA31B: hue angle of 41.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEA31B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 27 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.13 |
| HSL | 41.85º | 0.78% | 0.49% | - |
| HSV(B) | 41.85º | 0.88% | 0.87% | - |
| XYZ | 43.42 | 41.8 | 6.82 | - |
| YUV | 165.14 | 50.05 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 27 | 0 | 0.27 | 0.88 | 0.13 | 41.85 | 0.78 | 0.49 |
| Hex | DE | A3 | 1B | 0 | 1B | 58 | D | 2A | 4E | 31 |
| Octal | 336 | 243 | 33 | 0 | 33 | 130 | 15 | 52 | 116 | 61 |
| Binary | 11011110 | 10100011 | 11011 | 0 | 11011 | 1011000 | 1101 | 101010 | 1001110 | 110001 |
Color Harmonies of #DEA31B
Complementary color
Monochromatic Colors of #DEA31B
Black with #DEA31B
Text Example
Text Example
White with #DEA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA31B; }
p { color: rgb(222,163,27); }
H1.HeaderClassName
{
color: #DEA31B;
}
.AnyTagClassName
{
color: #DEA31B;
}
</style>
background-color css
<style>
a { background-color: #DEA31B; }
a { background-color: rgb(222,163,27); }
div.DivClassName
{
background-color: #DEA31B;
}
.BgClassName
{
background-color: #DEA31B;
}
</style>
border-color css
<style>
span { border-color: #DEA31B; }
span { border-color: rgb(222,163,27); }
td.TdClassName
{
border-color: #DEA31B;
}
.TagClassName
{
border-color: #DEA31B;
}
</style>