Shades of Galliano #DEAC23
Tints of Galliano #DEAC23
RGB
CMYK
RGB Variations
Color information
#DEAC23 (or 0xDEAC23) is known color: Galliano. HEX triplet: DE, AC and 23. RGB value is (222,172,35). Sum of RGB (Red+Green+Blue) = 222+172+35=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC23 is #2153DC. Grayscale: #ABABAB. Windows color (decimal): -2184157 or 2338014. OLE color: 2338014.
HSL color Cylindrical-coordinate representation of color #DEAC23: hue angle of 43.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEAC23 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 35 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.13 |
| HSL | 43.96º | 0.74% | 0.5% | - |
| HSV(B) | 43.96º | 0.84% | 0.87% | - |
| XYZ | 45.18 | 45.16 | 7.92 | - |
| YUV | 171.33 | 51.07 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 35 | 0 | 0.23 | 0.84 | 0.13 | 43.96 | 0.74 | 0.5 |
| Hex | DE | AC | 23 | 0 | 17 | 54 | D | 2C | 4A | 32 |
| Octal | 336 | 254 | 43 | 0 | 27 | 124 | 15 | 54 | 112 | 62 |
| Binary | 11011110 | 10101100 | 100011 | 0 | 10111 | 1010100 | 1101 | 101100 | 1001010 | 110010 |
Color Harmonies of #DEAC23
Complementary color
Monochromatic Colors of #DEAC23
Black with #DEAC23
Text Example
Text Example
White with #DEAC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC23; }
p { color: rgb(222,172,35); }
H1.HeaderClassName
{
color: #DEAC23;
}
.AnyTagClassName
{
color: #DEAC23;
}
</style>
background-color css
<style>
a { background-color: #DEAC23; }
a { background-color: rgb(222,172,35); }
div.DivClassName
{
background-color: #DEAC23;
}
.BgClassName
{
background-color: #DEAC23;
}
</style>
border-color css
<style>
span { border-color: #DEAC23; }
span { border-color: rgb(222,172,35); }
td.TdClassName
{
border-color: #DEAC23;
}
.TagClassName
{
border-color: #DEAC23;
}
</style>