Shades of Tumbleweed #D69D7B
Tints of Tumbleweed #D69D7B
RGB
CMYK
RGB Variations
Color information
#D69D7B (or 0xD69D7B) is known color: Tumbleweed. HEX triplet: D6, 9D and 7B. RGB value is (214,157,123). Sum of RGB (Red+Green+Blue) = 214+157+123=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D7B is #296284. Grayscale: #AAAAAA. Windows color (decimal): -2712197 or 8101334. OLE color: 8101334.
HSL color Cylindrical-coordinate representation of color #D69D7B: hue angle of 22.42º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D69D7B is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 123 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.16 |
| HSL | 22.42º | 0.53% | 0.66% | - |
| HSV(B) | 22.42º | 0.43% | 0.84% | - |
| XYZ | 43.36 | 39.84 | 24.14 | - |
| YUV | 170.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 123 | 0 | 0.27 | 0.43 | 0.16 | 22.42 | 0.53 | 0.66 |
| Hex | D6 | 9D | 7B | 0 | 1B | 2B | 10 | 16 | 35 | 42 |
| Octal | 326 | 235 | 173 | 0 | 33 | 53 | 20 | 26 | 65 | 102 |
| Binary | 11010110 | 10011101 | 1111011 | 0 | 11011 | 101011 | 10000 | 10110 | 110101 | 1000010 |
Color Harmonies of #D69D7B
Complementary color
Monochromatic Colors of #D69D7B
Black with #D69D7B
Text Example
Text Example
White with #D69D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D7B; }
p { color: rgb(214,157,123); }
H1.HeaderClassName
{
color: #D69D7B;
}
.AnyTagClassName
{
color: #D69D7B;
}
</style>
background-color css
<style>
a { background-color: #D69D7B; }
a { background-color: rgb(214,157,123); }
div.DivClassName
{
background-color: #D69D7B;
}
.BgClassName
{
background-color: #D69D7B;
}
</style>
border-color css
<style>
span { border-color: #D69D7B; }
span { border-color: rgb(214,157,123); }
td.TdClassName
{
border-color: #D69D7B;
}
.TagClassName
{
border-color: #D69D7B;
}
</style>