Shades of Tumbleweed #DEA272
Tints of Tumbleweed #DEA272
RGB
CMYK
RGB Variations
Color information
#DEA272 (or 0xDEA272) is known color: Tumbleweed. HEX triplet: DE, A2 and 72. RGB value is (222,162,114). Sum of RGB (Red+Green+Blue) = 222+162+114=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA272 is #215D8D. Grayscale: #AEAEAE. Windows color (decimal): -2186638 or 7512798. OLE color: 7512798.
HSL color Cylindrical-coordinate representation of color #DEA272: hue angle of 26.67º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEA272 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 162 | 114 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.13 |
| HSL | 26.67º | 0.62% | 0.66% | - |
| HSV(B) | 26.67º | 0.49% | 0.87% | - |
| XYZ | 46.08 | 42.59 | 21.71 | - |
| YUV | 174.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 162 | 114 | 0 | 0.27 | 0.49 | 0.13 | 26.67 | 0.62 | 0.66 |
| Hex | DE | A2 | 72 | 0 | 1B | 31 | D | 1B | 3E | 42 |
| Octal | 336 | 242 | 162 | 0 | 33 | 61 | 15 | 33 | 76 | 102 |
| Binary | 11011110 | 10100010 | 1110010 | 0 | 11011 | 110001 | 1101 | 11011 | 111110 | 1000010 |
Color Harmonies of #DEA272
Complementary color
Monochromatic Colors of #DEA272
Black with #DEA272
Text Example
Text Example
White with #DEA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA272; }
p { color: rgb(222,162,114); }
H1.HeaderClassName
{
color: #DEA272;
}
.AnyTagClassName
{
color: #DEA272;
}
</style>
background-color css
<style>
a { background-color: #DEA272; }
a { background-color: rgb(222,162,114); }
div.DivClassName
{
background-color: #DEA272;
}
.BgClassName
{
background-color: #DEA272;
}
</style>
border-color css
<style>
span { border-color: #DEA272; }
span { border-color: rgb(222,162,114); }
td.TdClassName
{
border-color: #DEA272;
}
.TagClassName
{
border-color: #DEA272;
}
</style>