Shades of Galliano #DEA12D
Tints of Galliano #DEA12D
RGB
CMYK
RGB Variations
Color information
#DEA12D (or 0xDEA12D) is known color: Galliano. HEX triplet: DE, A1 and 2D. RGB value is (222,161,45). Sum of RGB (Red+Green+Blue) = 222+161+45=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA12D is #215ED2. Grayscale: #A6A6A6. Windows color (decimal): -2186963 or 2990558. OLE color: 2990558.
HSL color Cylindrical-coordinate representation of color #DEA12D: hue angle of 39.32º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEA12D is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 45 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.13 |
| HSL | 39.32º | 0.73% | 0.52% | - |
| HSV(B) | 39.32º | 0.8% | 0.87% | - |
| XYZ | 43.34 | 41.21 | 8.15 | - |
| YUV | 166.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 45 | 0 | 0.27 | 0.80 | 0.13 | 39.32 | 0.73 | 0.52 |
| Hex | DE | A1 | 2D | 0 | 1B | 50 | D | 27 | 49 | 34 |
| Octal | 336 | 241 | 55 | 0 | 33 | 120 | 15 | 47 | 111 | 64 |
| Binary | 11011110 | 10100001 | 101101 | 0 | 11011 | 1010000 | 1101 | 100111 | 1001001 | 110100 |
Color Harmonies of #DEA12D
Complementary color
Monochromatic Colors of #DEA12D
Black with #DEA12D
Text Example
Text Example
White with #DEA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA12D; }
p { color: rgb(222,161,45); }
H1.HeaderClassName
{
color: #DEA12D;
}
.AnyTagClassName
{
color: #DEA12D;
}
</style>
background-color css
<style>
a { background-color: #DEA12D; }
a { background-color: rgb(222,161,45); }
div.DivClassName
{
background-color: #DEA12D;
}
.BgClassName
{
background-color: #DEA12D;
}
</style>
border-color css
<style>
span { border-color: #DEA12D; }
span { border-color: rgb(222,161,45); }
td.TdClassName
{
border-color: #DEA12D;
}
.TagClassName
{
border-color: #DEA12D;
}
</style>