Shades of Galliano #DEAA1F
Tints of Galliano #DEAA1F
RGB
CMYK
RGB Variations
Color information
#DEAA1F (or 0xDEAA1F) is known color: Galliano. HEX triplet: DE, AA and 1F. RGB value is (222,170,31). Sum of RGB (Red+Green+Blue) = 222+170+31=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA1F is #2155E0. Grayscale: #AAAAAA. Windows color (decimal): -2184673 or 2075358. OLE color: 2075358.
HSL color Cylindrical-coordinate representation of color #DEAA1F: hue angle of 43.66º 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 #DEAA1F is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 31 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.13 |
| HSL | 43.66º | 0.75% | 0.5% | - |
| HSV(B) | 43.66º | 0.86% | 0.87% | - |
| XYZ | 44.75 | 44.38 | 7.5 | - |
| YUV | 169.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 31 | 0 | 0.23 | 0.86 | 0.13 | 43.66 | 0.75 | 0.5 |
| Hex | DE | AA | 1F | 0 | 17 | 56 | D | 2C | 4B | 32 |
| Octal | 336 | 252 | 37 | 0 | 27 | 126 | 15 | 54 | 113 | 62 |
| Binary | 11011110 | 10101010 | 11111 | 0 | 10111 | 1010110 | 1101 | 101100 | 1001011 | 110010 |
Color Harmonies of #DEAA1F
Complementary color
Monochromatic Colors of #DEAA1F
Black with #DEAA1F
Text Example
Text Example
White with #DEAA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA1F; }
p { color: rgb(222,170,31); }
H1.HeaderClassName
{
color: #DEAA1F;
}
.AnyTagClassName
{
color: #DEAA1F;
}
</style>
background-color css
<style>
a { background-color: #DEAA1F; }
a { background-color: rgb(222,170,31); }
div.DivClassName
{
background-color: #DEAA1F;
}
.BgClassName
{
background-color: #DEAA1F;
}
</style>
border-color css
<style>
span { border-color: #DEAA1F; }
span { border-color: rgb(222,170,31); }
td.TdClassName
{
border-color: #DEAA1F;
}
.TagClassName
{
border-color: #DEAA1F;
}
</style>