Shades of Tumbleweed #D69F84
Tints of Tumbleweed #D69F84
RGB
CMYK
RGB Variations
Color information
#D69F84 (or 0xD69F84) is known color: Tumbleweed. HEX triplet: D6, 9F and 84. RGB value is (214,159,132). Sum of RGB (Red+Green+Blue) = 214+159+132=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F84 is #29607B. Grayscale: #ACACAC. Windows color (decimal): -2711676 or 8691670. OLE color: 8691670.
HSL color Cylindrical-coordinate representation of color #D69F84: hue angle of 19.76º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D69F84 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 132 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.16 |
| HSL | 19.76º | 0.5% | 0.68% | - |
| HSV(B) | 19.76º | 0.38% | 0.84% | - |
| XYZ | 44.29 | 40.76 | 27.36 | - |
| YUV | 172.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 132 | 0 | 0.26 | 0.38 | 0.16 | 19.76 | 0.5 | 0.68 |
| Hex | D6 | 9F | 84 | 0 | 1A | 26 | 10 | 14 | 32 | 44 |
| Octal | 326 | 237 | 204 | 0 | 32 | 46 | 20 | 24 | 62 | 104 |
| Binary | 11010110 | 10011111 | 10000100 | 0 | 11010 | 100110 | 10000 | 10100 | 110010 | 1000100 |
Color Harmonies of #D69F84
Complementary color
Monochromatic Colors of #D69F84
Black with #D69F84
Text Example
Text Example
White with #D69F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69F84; }
p { color: rgb(214,159,132); }
H1.HeaderClassName
{
color: #D69F84;
}
.AnyTagClassName
{
color: #D69F84;
}
</style>
background-color css
<style>
a { background-color: #D69F84; }
a { background-color: rgb(214,159,132); }
div.DivClassName
{
background-color: #D69F84;
}
.BgClassName
{
background-color: #D69F84;
}
</style>
border-color css
<style>
span { border-color: #D69F84; }
span { border-color: rgb(214,159,132); }
td.TdClassName
{
border-color: #D69F84;
}
.TagClassName
{
border-color: #D69F84;
}
</style>