Shades of Tumbleweed #D69C82
Tints of Tumbleweed #D69C82
RGB
CMYK
RGB Variations
Color information
#D69C82 (or 0xD69C82) is known color: Tumbleweed. HEX triplet: D6, 9C and 82. RGB value is (214,156,130). Sum of RGB (Red+Green+Blue) = 214+156+130=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C82 is #29637D. Grayscale: #AAAAAA. Windows color (decimal): -2712446 or 8559830. OLE color: 8559830.
HSL color Cylindrical-coordinate representation of color #D69C82: hue angle of 18.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D69C82 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 130 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.16 |
| HSL | 18.57º | 0.51% | 0.67% | - |
| HSV(B) | 18.57º | 0.39% | 0.84% | - |
| XYZ | 43.65 | 39.68 | 26.48 | - |
| YUV | 170.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 130 | 0 | 0.27 | 0.39 | 0.16 | 18.57 | 0.51 | 0.67 |
| Hex | D6 | 9C | 82 | 0 | 1B | 27 | 10 | 13 | 33 | 43 |
| Octal | 326 | 234 | 202 | 0 | 33 | 47 | 20 | 23 | 63 | 103 |
| Binary | 11010110 | 10011100 | 10000010 | 0 | 11011 | 100111 | 10000 | 10011 | 110011 | 1000011 |
Color Harmonies of #D69C82
Complementary color
Monochromatic Colors of #D69C82
Black with #D69C82
Text Example
Text Example
White with #D69C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C82; }
p { color: rgb(214,156,130); }
H1.HeaderClassName
{
color: #D69C82;
}
.AnyTagClassName
{
color: #D69C82;
}
</style>
background-color css
<style>
a { background-color: #D69C82; }
a { background-color: rgb(214,156,130); }
div.DivClassName
{
background-color: #D69C82;
}
.BgClassName
{
background-color: #D69C82;
}
</style>
border-color css
<style>
span { border-color: #D69C82; }
span { border-color: rgb(214,156,130); }
td.TdClassName
{
border-color: #D69C82;
}
.TagClassName
{
border-color: #D69C82;
}
</style>