Shades of Tumbleweed #D69D7F
Tints of Tumbleweed #D69D7F
RGB
CMYK
RGB Variations
Color information
#D69D7F (or 0xD69D7F) is known color: Tumbleweed. HEX triplet: D6, 9D and 7F. RGB value is (214,157,127). Sum of RGB (Red+Green+Blue) = 214+157+127=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D7F is #296280. Grayscale: #AAAAAA. Windows color (decimal): -2712193 or 8363478. OLE color: 8363478.
HSL color Cylindrical-coordinate representation of color #D69D7F: hue angle of 20.69º 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 #D69D7F is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 127 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.16 |
| HSL | 20.69º | 0.51% | 0.67% | - |
| HSV(B) | 20.69º | 0.41% | 0.84% | - |
| XYZ | 43.62 | 39.94 | 25.49 | - |
| YUV | 170.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 127 | 0 | 0.27 | 0.41 | 0.16 | 20.69 | 0.51 | 0.67 |
| Hex | D6 | 9D | 7F | 0 | 1B | 29 | 10 | 15 | 33 | 43 |
| Octal | 326 | 235 | 177 | 0 | 33 | 51 | 20 | 25 | 63 | 103 |
| Binary | 11010110 | 10011101 | 1111111 | 0 | 11011 | 101001 | 10000 | 10101 | 110011 | 1000011 |
Color Harmonies of #D69D7F
Complementary color
Monochromatic Colors of #D69D7F
Black with #D69D7F
Text Example
Text Example
White with #D69D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D7F; }
p { color: rgb(214,157,127); }
H1.HeaderClassName
{
color: #D69D7F;
}
.AnyTagClassName
{
color: #D69D7F;
}
</style>
background-color css
<style>
a { background-color: #D69D7F; }
a { background-color: rgb(214,157,127); }
div.DivClassName
{
background-color: #D69D7F;
}
.BgClassName
{
background-color: #D69D7F;
}
</style>
border-color css
<style>
span { border-color: #D69D7F; }
span { border-color: rgb(214,157,127); }
td.TdClassName
{
border-color: #D69D7F;
}
.TagClassName
{
border-color: #D69D7F;
}
</style>