Shades of Galliano #DEA823
Tints of Galliano #DEA823
RGB
CMYK
RGB Variations
Color information
#DEA823 (or 0xDEA823) is known color: Galliano. HEX triplet: DE, A8 and 23. RGB value is (222,168,35). Sum of RGB (Red+Green+Blue) = 222+168+35=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA823 is #2157DC. Grayscale: #A9A9A9. Windows color (decimal): -2185181 or 2336990. OLE color: 2336990.
HSL color Cylindrical-coordinate representation of color #DEA823: hue angle of 42.67º 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 #DEA823 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 35 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.13 |
| HSL | 42.67º | 0.74% | 0.5% | - |
| HSV(B) | 42.67º | 0.84% | 0.87% | - |
| XYZ | 44.43 | 43.66 | 7.67 | - |
| YUV | 168.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 35 | 0 | 0.24 | 0.84 | 0.13 | 42.67 | 0.74 | 0.5 |
| Hex | DE | A8 | 23 | 0 | 18 | 54 | D | 2B | 4A | 32 |
| Octal | 336 | 250 | 43 | 0 | 30 | 124 | 15 | 53 | 112 | 62 |
| Binary | 11011110 | 10101000 | 100011 | 0 | 11000 | 1010100 | 1101 | 101011 | 1001010 | 110010 |
Color Harmonies of #DEA823
Complementary color
Monochromatic Colors of #DEA823
Black with #DEA823
Text Example
Text Example
White with #DEA823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA823; }
p { color: rgb(222,168,35); }
H1.HeaderClassName
{
color: #DEA823;
}
.AnyTagClassName
{
color: #DEA823;
}
</style>
background-color css
<style>
a { background-color: #DEA823; }
a { background-color: rgb(222,168,35); }
div.DivClassName
{
background-color: #DEA823;
}
.BgClassName
{
background-color: #DEA823;
}
</style>
border-color css
<style>
span { border-color: #DEA823; }
span { border-color: rgb(222,168,35); }
td.TdClassName
{
border-color: #DEA823;
}
.TagClassName
{
border-color: #DEA823;
}
</style>