Shades of Tumbleweed #DEA68C
Tints of Tumbleweed #DEA68C
RGB
CMYK
RGB Variations
Color information
#DEA68C (or 0xDEA68C) is known color: Tumbleweed. HEX triplet: DE, A6 and 8C. RGB value is (222,166,140). Sum of RGB (Red+Green+Blue) = 222+166+140=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA68C is #215973. Grayscale: #B3B3B3. Windows color (decimal): -2185588 or 9217758. OLE color: 9217758.
HSL color Cylindrical-coordinate representation of color #DEA68C: hue angle of 19.02º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEA68C is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 140 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.13 |
| HSL | 19.02º | 0.55% | 0.71% | - |
| HSV(B) | 19.02º | 0.37% | 0.87% | - |
| XYZ | 48.49 | 44.7 | 30.88 | - |
| YUV | 179.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 140 | 0 | 0.25 | 0.37 | 0.13 | 19.02 | 0.55 | 0.71 |
| Hex | DE | A6 | 8C | 0 | 19 | 25 | D | 13 | 37 | 47 |
| Octal | 336 | 246 | 214 | 0 | 31 | 45 | 15 | 23 | 67 | 107 |
| Binary | 11011110 | 10100110 | 10001100 | 0 | 11001 | 100101 | 1101 | 10011 | 110111 | 1000111 |
Color Harmonies of #DEA68C
Complementary color
Monochromatic Colors of #DEA68C
Black with #DEA68C
Text Example
Text Example
White with #DEA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA68C; }
p { color: rgb(222,166,140); }
H1.HeaderClassName
{
color: #DEA68C;
}
.AnyTagClassName
{
color: #DEA68C;
}
</style>
background-color css
<style>
a { background-color: #DEA68C; }
a { background-color: rgb(222,166,140); }
div.DivClassName
{
background-color: #DEA68C;
}
.BgClassName
{
background-color: #DEA68C;
}
</style>
border-color css
<style>
span { border-color: #DEA68C; }
span { border-color: rgb(222,166,140); }
td.TdClassName
{
border-color: #DEA68C;
}
.TagClassName
{
border-color: #DEA68C;
}
</style>