Shades of Tumbleweed #D69C83
Tints of Tumbleweed #D69C83
RGB
CMYK
RGB Variations
Color information
#D69C83 (or 0xD69C83) is known color: Tumbleweed. HEX triplet: D6, 9C and 83. RGB value is (214,156,131). Sum of RGB (Red+Green+Blue) = 214+156+131=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C83 is #29637C. Grayscale: #AAAAAA. Windows color (decimal): -2712445 or 8625366. OLE color: 8625366.
HSL color Cylindrical-coordinate representation of color #D69C83: hue angle of 18.07º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D69C83 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 131 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.16 |
| HSL | 18.07º | 0.5% | 0.68% | - |
| HSV(B) | 18.07º | 0.39% | 0.84% | - |
| XYZ | 43.72 | 39.71 | 26.83 | - |
| YUV | 170.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 131 | 0 | 0.27 | 0.39 | 0.16 | 18.07 | 0.5 | 0.68 |
| Hex | D6 | 9C | 83 | 0 | 1B | 27 | 10 | 12 | 32 | 44 |
| Octal | 326 | 234 | 203 | 0 | 33 | 47 | 20 | 22 | 62 | 104 |
| Binary | 11010110 | 10011100 | 10000011 | 0 | 11011 | 100111 | 10000 | 10010 | 110010 | 1000100 |
Color Harmonies of #D69C83
Complementary color
Monochromatic Colors of #D69C83
Black with #D69C83
Text Example
Text Example
White with #D69C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C83; }
p { color: rgb(214,156,131); }
H1.HeaderClassName
{
color: #D69C83;
}
.AnyTagClassName
{
color: #D69C83;
}
</style>
background-color css
<style>
a { background-color: #D69C83; }
a { background-color: rgb(214,156,131); }
div.DivClassName
{
background-color: #D69C83;
}
.BgClassName
{
background-color: #D69C83;
}
</style>
border-color css
<style>
span { border-color: #D69C83; }
span { border-color: rgb(214,156,131); }
td.TdClassName
{
border-color: #D69C83;
}
.TagClassName
{
border-color: #D69C83;
}
</style>