Shades of Tumbleweed #D69E7F
Tints of Tumbleweed #D69E7F
RGB
CMYK
RGB Variations
Color information
#D69E7F (or 0xD69E7F) is known color: Tumbleweed. HEX triplet: D6, 9E and 7F. RGB value is (214,158,127). Sum of RGB (Red+Green+Blue) = 214+158+127=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E7F is #296180. Grayscale: #ABABAB. Windows color (decimal): -2711937 or 8363734. OLE color: 8363734.
HSL color Cylindrical-coordinate representation of color #D69E7F: hue angle of 21.38º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D69E7F is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 127 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.16 |
| HSL | 21.38º | 0.51% | 0.67% | - |
| HSV(B) | 21.38º | 0.41% | 0.84% | - |
| XYZ | 43.79 | 40.28 | 25.55 | - |
| YUV | 171.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 127 | 0 | 0.26 | 0.41 | 0.16 | 21.38 | 0.51 | 0.67 |
| Hex | D6 | 9E | 7F | 0 | 1A | 29 | 10 | 15 | 33 | 43 |
| Octal | 326 | 236 | 177 | 0 | 32 | 51 | 20 | 25 | 63 | 103 |
| Binary | 11010110 | 10011110 | 1111111 | 0 | 11010 | 101001 | 10000 | 10101 | 110011 | 1000011 |
Color Harmonies of #D69E7F
Complementary color
Monochromatic Colors of #D69E7F
Black with #D69E7F
Text Example
Text Example
White with #D69E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69E7F; }
p { color: rgb(214,158,127); }
H1.HeaderClassName
{
color: #D69E7F;
}
.AnyTagClassName
{
color: #D69E7F;
}
</style>
background-color css
<style>
a { background-color: #D69E7F; }
a { background-color: rgb(214,158,127); }
div.DivClassName
{
background-color: #D69E7F;
}
.BgClassName
{
background-color: #D69E7F;
}
</style>
border-color css
<style>
span { border-color: #D69E7F; }
span { border-color: rgb(214,158,127); }
td.TdClassName
{
border-color: #D69E7F;
}
.TagClassName
{
border-color: #D69E7F;
}
</style>