Shades of Galliano #DEAD1F
Tints of Galliano #DEAD1F
RGB
CMYK
RGB Variations
Color information
#DEAD1F (or 0xDEAD1F) is known color: Galliano. HEX triplet: DE, AD and 1F. RGB value is (222,173,31). Sum of RGB (Red+Green+Blue) = 222+173+31=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAD1F is #2152E0. Grayscale: #ACACAC. Windows color (decimal): -2183905 or 2076126. OLE color: 2076126.
HSL color Cylindrical-coordinate representation of color #DEAD1F: hue angle of 44.61º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEAD1F is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 31 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.13 |
| HSL | 44.61º | 0.75% | 0.5% | - |
| HSV(B) | 44.61º | 0.86% | 0.87% | - |
| XYZ | 45.32 | 45.52 | 7.69 | - |
| YUV | 171.46 | 48.73 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 31 | 0 | 0.22 | 0.86 | 0.13 | 44.61 | 0.75 | 0.5 |
| Hex | DE | AD | 1F | 0 | 16 | 56 | D | 2D | 4B | 32 |
| Octal | 336 | 255 | 37 | 0 | 26 | 126 | 15 | 55 | 113 | 62 |
| Binary | 11011110 | 10101101 | 11111 | 0 | 10110 | 1010110 | 1101 | 101101 | 1001011 | 110010 |
Color Harmonies of #DEAD1F
Complementary color
Monochromatic Colors of #DEAD1F
Black with #DEAD1F
Text Example
Text Example
White with #DEAD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD1F; }
p { color: rgb(222,173,31); }
H1.HeaderClassName
{
color: #DEAD1F;
}
.AnyTagClassName
{
color: #DEAD1F;
}
</style>
background-color css
<style>
a { background-color: #DEAD1F; }
a { background-color: rgb(222,173,31); }
div.DivClassName
{
background-color: #DEAD1F;
}
.BgClassName
{
background-color: #DEAD1F;
}
</style>
border-color css
<style>
span { border-color: #DEAD1F; }
span { border-color: rgb(222,173,31); }
td.TdClassName
{
border-color: #DEAD1F;
}
.TagClassName
{
border-color: #DEAD1F;
}
</style>