Shades of Galliano #DEA51D
Tints of Galliano #DEA51D
RGB
CMYK
RGB Variations
Color information
#DEA51D (or 0xDEA51D) is known color: Galliano. HEX triplet: DE, A5 and 1D. RGB value is (222,165,29). Sum of RGB (Red+Green+Blue) = 222+165+29=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA51D is #215AE2. Grayscale: #A7A7A7. Windows color (decimal): -2185955 or 1943006. OLE color: 1943006.
HSL color Cylindrical-coordinate representation of color #DEA51D: hue angle of 42.28º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEA51D is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 29 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.13 |
| HSL | 42.28º | 0.77% | 0.49% | - |
| HSV(B) | 42.28º | 0.87% | 0.87% | - |
| XYZ | 43.8 | 42.53 | 7.06 | - |
| YUV | 166.54 | 50.38 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 29 | 0 | 0.26 | 0.87 | 0.13 | 42.28 | 0.77 | 0.49 |
| Hex | DE | A5 | 1D | 0 | 1A | 57 | D | 2A | 4D | 31 |
| Octal | 336 | 245 | 35 | 0 | 32 | 127 | 15 | 52 | 115 | 61 |
| Binary | 11011110 | 10100101 | 11101 | 0 | 11010 | 1010111 | 1101 | 101010 | 1001101 | 110001 |
Color Harmonies of #DEA51D
Complementary color
Monochromatic Colors of #DEA51D
Black with #DEA51D
Text Example
Text Example
White with #DEA51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA51D; }
p { color: rgb(222,165,29); }
H1.HeaderClassName
{
color: #DEA51D;
}
.AnyTagClassName
{
color: #DEA51D;
}
</style>
background-color css
<style>
a { background-color: #DEA51D; }
a { background-color: rgb(222,165,29); }
div.DivClassName
{
background-color: #DEA51D;
}
.BgClassName
{
background-color: #DEA51D;
}
</style>
border-color css
<style>
span { border-color: #DEA51D; }
span { border-color: rgb(222,165,29); }
td.TdClassName
{
border-color: #DEA51D;
}
.TagClassName
{
border-color: #DEA51D;
}
</style>