Shades of Galliano #DEAC17
Tints of Galliano #DEAC17
RGB
CMYK
RGB Variations
Color information
#DEAC17 (or 0xDEAC17) is known color: Galliano. HEX triplet: DE, AC and 17. RGB value is (222,172,23). Sum of RGB (Red+Green+Blue) = 222+172+23=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC17 is #2153E8. Grayscale: #AAAAAA. Windows color (decimal): -2184169 or 1551582. OLE color: 1551582.
HSL color Cylindrical-coordinate representation of color #DEAC17: hue angle of 44.92º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEAC17 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 23 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.13 |
| HSL | 44.92º | 0.81% | 0.48% | - |
| HSV(B) | 44.92º | 0.9% | 0.87% | - |
| XYZ | 45.03 | 45.1 | 7.14 | - |
| YUV | 169.96 | 45.07 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 23 | 0 | 0.23 | 0.90 | 0.13 | 44.92 | 0.81 | 0.48 |
| Hex | DE | AC | 17 | 0 | 17 | 5A | D | 2D | 51 | 30 |
| Octal | 336 | 254 | 27 | 0 | 27 | 132 | 15 | 55 | 121 | 60 |
| Binary | 11011110 | 10101100 | 10111 | 0 | 10111 | 1011010 | 1101 | 101101 | 1010001 | 110000 |
Color Harmonies of #DEAC17
Complementary color
Monochromatic Colors of #DEAC17
Black with #DEAC17
Text Example
Text Example
White with #DEAC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC17; }
p { color: rgb(222,172,23); }
H1.HeaderClassName
{
color: #DEAC17;
}
.AnyTagClassName
{
color: #DEAC17;
}
</style>
background-color css
<style>
a { background-color: #DEAC17; }
a { background-color: rgb(222,172,23); }
div.DivClassName
{
background-color: #DEAC17;
}
.BgClassName
{
background-color: #DEAC17;
}
</style>
border-color css
<style>
span { border-color: #DEAC17; }
span { border-color: rgb(222,172,23); }
td.TdClassName
{
border-color: #DEAC17;
}
.TagClassName
{
border-color: #DEAC17;
}
</style>