Shades of Galliano #DEAC1E
Tints of Galliano #DEAC1E
RGB
CMYK
RGB Variations
Color information
#DEAC1E (or 0xDEAC1E) is known color: Galliano. HEX triplet: DE, AC and 1E. RGB value is (222,172,30). Sum of RGB (Red+Green+Blue) = 222+172+30=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC1E is #2153E1. Grayscale: #ABABAB. Windows color (decimal): -2184162 or 2010334. OLE color: 2010334.
HSL color Cylindrical-coordinate representation of color #DEAC1E: hue angle of 44.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEAC1E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 30 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.13 |
| HSL | 44.38º | 0.76% | 0.49% | - |
| HSV(B) | 44.38º | 0.86% | 0.87% | - |
| XYZ | 45.11 | 45.13 | 7.56 | - |
| YUV | 170.76 | 48.57 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 30 | 0 | 0.23 | 0.86 | 0.13 | 44.38 | 0.76 | 0.49 |
| Hex | DE | AC | 1E | 0 | 17 | 56 | D | 2C | 4C | 31 |
| Octal | 336 | 254 | 36 | 0 | 27 | 126 | 15 | 54 | 114 | 61 |
| Binary | 11011110 | 10101100 | 11110 | 0 | 10111 | 1010110 | 1101 | 101100 | 1001100 | 110001 |
Color Harmonies of #DEAC1E
Complementary color
Monochromatic Colors of #DEAC1E
Black with #DEAC1E
Text Example
Text Example
White with #DEAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC1E; }
p { color: rgb(222,172,30); }
H1.HeaderClassName
{
color: #DEAC1E;
}
.AnyTagClassName
{
color: #DEAC1E;
}
</style>
background-color css
<style>
a { background-color: #DEAC1E; }
a { background-color: rgb(222,172,30); }
div.DivClassName
{
background-color: #DEAC1E;
}
.BgClassName
{
background-color: #DEAC1E;
}
</style>
border-color css
<style>
span { border-color: #DEAC1E; }
span { border-color: rgb(222,172,30); }
td.TdClassName
{
border-color: #DEAC1E;
}
.TagClassName
{
border-color: #DEAC1E;
}
</style>