Shades of Galliano #DEA51C
Tints of Galliano #DEA51C
RGB
CMYK
RGB Variations
Color information
#DEA51C (or 0xDEA51C) is known color: Galliano. HEX triplet: DE, A5 and 1C. RGB value is (222,165,28). Sum of RGB (Red+Green+Blue) = 222+165+28=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA51C is #215AE3. Grayscale: #A7A7A7. Windows color (decimal): -2185956 or 1877470. OLE color: 1877470.
HSL color Cylindrical-coordinate representation of color #DEA51C: hue angle of 42.37º degrees, saturation: 0.78, 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 #DEA51C is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 28 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.13 |
| HSL | 42.37º | 0.78% | 0.49% | - |
| HSV(B) | 42.37º | 0.87% | 0.87% | - |
| XYZ | 43.79 | 42.52 | 7 | - |
| YUV | 166.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 28 | 0 | 0.26 | 0.87 | 0.13 | 42.37 | 0.78 | 0.49 |
| Hex | DE | A5 | 1C | 0 | 1A | 57 | D | 2A | 4E | 31 |
| Octal | 336 | 245 | 34 | 0 | 32 | 127 | 15 | 52 | 116 | 61 |
| Binary | 11011110 | 10100101 | 11100 | 0 | 11010 | 1010111 | 1101 | 101010 | 1001110 | 110001 |
Color Harmonies of #DEA51C
Complementary color
Monochromatic Colors of #DEA51C
Black with #DEA51C
Text Example
Text Example
White with #DEA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA51C; }
p { color: rgb(222,165,28); }
H1.HeaderClassName
{
color: #DEA51C;
}
.AnyTagClassName
{
color: #DEA51C;
}
</style>
background-color css
<style>
a { background-color: #DEA51C; }
a { background-color: rgb(222,165,28); }
div.DivClassName
{
background-color: #DEA51C;
}
.BgClassName
{
background-color: #DEA51C;
}
</style>
border-color css
<style>
span { border-color: #DEA51C; }
span { border-color: rgb(222,165,28); }
td.TdClassName
{
border-color: #DEA51C;
}
.TagClassName
{
border-color: #DEA51C;
}
</style>