Shades of Galliano #DEA81B
Tints of Galliano #DEA81B
RGB
CMYK
RGB Variations
Color information
#DEA81B (or 0xDEA81B) is known color: Galliano. HEX triplet: DE, A8 and 1B. RGB value is (222,168,27). Sum of RGB (Red+Green+Blue) = 222+168+27=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA81B is #2157E4. Grayscale: #A8A8A8. Windows color (decimal): -2185189 or 1812702. OLE color: 1812702.
HSL color Cylindrical-coordinate representation of color #DEA81B: hue angle of 43.38º 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 #DEA81B is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 27 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.13 |
| HSL | 43.38º | 0.78% | 0.49% | - |
| HSV(B) | 43.38º | 0.88% | 0.87% | - |
| XYZ | 44.32 | 43.61 | 7.12 | - |
| YUV | 168.07 | 48.39 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 27 | 0 | 0.24 | 0.88 | 0.13 | 43.38 | 0.78 | 0.49 |
| Hex | DE | A8 | 1B | 0 | 18 | 58 | D | 2B | 4E | 31 |
| Octal | 336 | 250 | 33 | 0 | 30 | 130 | 15 | 53 | 116 | 61 |
| Binary | 11011110 | 10101000 | 11011 | 0 | 11000 | 1011000 | 1101 | 101011 | 1001110 | 110001 |
Color Harmonies of #DEA81B
Complementary color
Monochromatic Colors of #DEA81B
Black with #DEA81B
Text Example
Text Example
White with #DEA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA81B; }
p { color: rgb(222,168,27); }
H1.HeaderClassName
{
color: #DEA81B;
}
.AnyTagClassName
{
color: #DEA81B;
}
</style>
background-color css
<style>
a { background-color: #DEA81B; }
a { background-color: rgb(222,168,27); }
div.DivClassName
{
background-color: #DEA81B;
}
.BgClassName
{
background-color: #DEA81B;
}
</style>
border-color css
<style>
span { border-color: #DEA81B; }
span { border-color: rgb(222,168,27); }
td.TdClassName
{
border-color: #DEA81B;
}
.TagClassName
{
border-color: #DEA81B;
}
</style>