Shades of Galliano #DEAF1A
Tints of Galliano #DEAF1A
RGB
CMYK
RGB Variations
Color information
#DEAF1A (or 0xDEAF1A) is known color: Galliano. HEX triplet: DE, AF and 1A. RGB value is (222,175,26). Sum of RGB (Red+Green+Blue) = 222+175+26=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF1A is #2150E5. Grayscale: #ACACAC. Windows color (decimal): -2183398 or 1748958. OLE color: 1748958.
HSL color Cylindrical-coordinate representation of color #DEAF1A: hue angle of 45.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEAF1A is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 26 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.13 |
| HSL | 45.61º | 0.79% | 0.49% | - |
| HSV(B) | 45.61º | 0.88% | 0.87% | - |
| XYZ | 45.64 | 46.26 | 7.5 | - |
| YUV | 172.07 | 45.57 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 26 | 0 | 0.21 | 0.88 | 0.13 | 45.61 | 0.79 | 0.49 |
| Hex | DE | AF | 1A | 0 | 15 | 58 | D | 2E | 4F | 31 |
| Octal | 336 | 257 | 32 | 0 | 25 | 130 | 15 | 56 | 117 | 61 |
| Binary | 11011110 | 10101111 | 11010 | 0 | 10101 | 1011000 | 1101 | 101110 | 1001111 | 110001 |
Color Harmonies of #DEAF1A
Complementary color
Monochromatic Colors of #DEAF1A
Black with #DEAF1A
Text Example
Text Example
White with #DEAF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF1A; }
p { color: rgb(222,175,26); }
H1.HeaderClassName
{
color: #DEAF1A;
}
.AnyTagClassName
{
color: #DEAF1A;
}
</style>
background-color css
<style>
a { background-color: #DEAF1A; }
a { background-color: rgb(222,175,26); }
div.DivClassName
{
background-color: #DEAF1A;
}
.BgClassName
{
background-color: #DEAF1A;
}
</style>
border-color css
<style>
span { border-color: #DEAF1A; }
span { border-color: rgb(222,175,26); }
td.TdClassName
{
border-color: #DEAF1A;
}
.TagClassName
{
border-color: #DEAF1A;
}
</style>