Shades of Tumbleweed #D69C80
Tints of Tumbleweed #D69C80
RGB
CMYK
RGB Variations
Color information
#D69C80 (or 0xD69C80) is known color: Tumbleweed. HEX triplet: D6, 9C and 80. RGB value is (214,156,128). Sum of RGB (Red+Green+Blue) = 214+156+128=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C80 is #29637F. Grayscale: #AAAAAA. Windows color (decimal): -2712448 or 8428758. OLE color: 8428758.
HSL color Cylindrical-coordinate representation of color #D69C80: hue angle of 19.53º 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 #D69C80 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 128 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.16 |
| HSL | 19.53º | 0.51% | 0.67% | - |
| HSV(B) | 19.53º | 0.4% | 0.84% | - |
| XYZ | 43.52 | 39.63 | 25.78 | - |
| YUV | 170.15 | 104.22 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 128 | 0 | 0.27 | 0.40 | 0.16 | 19.53 | 0.51 | 0.67 |
| Hex | D6 | 9C | 80 | 0 | 1B | 28 | 10 | 14 | 33 | 43 |
| Octal | 326 | 234 | 200 | 0 | 33 | 50 | 20 | 24 | 63 | 103 |
| Binary | 11010110 | 10011100 | 10000000 | 0 | 11011 | 101000 | 10000 | 10100 | 110011 | 1000011 |
Color Harmonies of #D69C80
Complementary color
Monochromatic Colors of #D69C80
Black with #D69C80
Text Example
Text Example
White with #D69C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C80; }
p { color: rgb(214,156,128); }
H1.HeaderClassName
{
color: #D69C80;
}
.AnyTagClassName
{
color: #D69C80;
}
</style>
background-color css
<style>
a { background-color: #D69C80; }
a { background-color: rgb(214,156,128); }
div.DivClassName
{
background-color: #D69C80;
}
.BgClassName
{
background-color: #D69C80;
}
</style>
border-color css
<style>
span { border-color: #D69C80; }
span { border-color: rgb(214,156,128); }
td.TdClassName
{
border-color: #D69C80;
}
.TagClassName
{
border-color: #D69C80;
}
</style>