Shades of Tumbleweed #DEA17D
Tints of Tumbleweed #DEA17D
RGB
CMYK
RGB Variations
Color information
#DEA17D (or 0xDEA17D) is known color: Tumbleweed. HEX triplet: DE, A1 and 7D. RGB value is (222,161,125). Sum of RGB (Red+Green+Blue) = 222+161+125=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA17D is #215E82. Grayscale: #AFAFAF. Windows color (decimal): -2186883 or 8233438. OLE color: 8233438.
HSL color Cylindrical-coordinate representation of color #DEA17D: hue angle of 22.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEA17D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 161 | 125 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.13 |
| HSL | 22.27º | 0.6% | 0.68% | - |
| HSV(B) | 22.27º | 0.44% | 0.87% | - |
| XYZ | 46.57 | 42.5 | 25.15 | - |
| YUV | 175.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 125 | 0 | 0.27 | 0.44 | 0.13 | 22.27 | 0.6 | 0.68 |
| Hex | DE | A1 | 7D | 0 | 1B | 2C | D | 16 | 3C | 44 |
| Octal | 336 | 241 | 175 | 0 | 33 | 54 | 15 | 26 | 74 | 104 |
| Binary | 11011110 | 10100001 | 1111101 | 0 | 11011 | 101100 | 1101 | 10110 | 111100 | 1000100 |
Color Harmonies of #DEA17D
Complementary color
Monochromatic Colors of #DEA17D
Black with #DEA17D
Text Example
Text Example
White with #DEA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA17D; }
p { color: rgb(222,161,125); }
H1.HeaderClassName
{
color: #DEA17D;
}
.AnyTagClassName
{
color: #DEA17D;
}
</style>
background-color css
<style>
a { background-color: #DEA17D; }
a { background-color: rgb(222,161,125); }
div.DivClassName
{
background-color: #DEA17D;
}
.BgClassName
{
background-color: #DEA17D;
}
</style>
border-color css
<style>
span { border-color: #DEA17D; }
span { border-color: rgb(222,161,125); }
td.TdClassName
{
border-color: #DEA17D;
}
.TagClassName
{
border-color: #DEA17D;
}
</style>