Shades of Tumbleweed #D69D80
Tints of Tumbleweed #D69D80
RGB
CMYK
RGB Variations
Color information
#D69D80 (or 0xD69D80) is known color: Tumbleweed. HEX triplet: D6, 9D and 80. RGB value is (214,157,128). Sum of RGB (Red+Green+Blue) = 214+157+128=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D80 is #29627F. Grayscale: #AAAAAA. Windows color (decimal): -2712192 or 8429014. OLE color: 8429014.
HSL color Cylindrical-coordinate representation of color #D69D80: hue angle of 20.23º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D69D80 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 128 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.16 |
| HSL | 20.23º | 0.51% | 0.67% | - |
| HSV(B) | 20.23º | 0.4% | 0.84% | - |
| XYZ | 43.68 | 39.97 | 25.83 | - |
| YUV | 170.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 128 | 0 | 0.27 | 0.40 | 0.16 | 20.23 | 0.51 | 0.67 |
| Hex | D6 | 9D | 80 | 0 | 1B | 28 | 10 | 14 | 33 | 43 |
| Octal | 326 | 235 | 200 | 0 | 33 | 50 | 20 | 24 | 63 | 103 |
| Binary | 11010110 | 10011101 | 10000000 | 0 | 11011 | 101000 | 10000 | 10100 | 110011 | 1000011 |
Color Harmonies of #D69D80
Complementary color
Monochromatic Colors of #D69D80
Black with #D69D80
Text Example
Text Example
White with #D69D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D80; }
p { color: rgb(214,157,128); }
H1.HeaderClassName
{
color: #D69D80;
}
.AnyTagClassName
{
color: #D69D80;
}
</style>
background-color css
<style>
a { background-color: #D69D80; }
a { background-color: rgb(214,157,128); }
div.DivClassName
{
background-color: #D69D80;
}
.BgClassName
{
background-color: #D69D80;
}
</style>
border-color css
<style>
span { border-color: #D69D80; }
span { border-color: rgb(214,157,128); }
td.TdClassName
{
border-color: #D69D80;
}
.TagClassName
{
border-color: #D69D80;
}
</style>