Shades of Tumbleweed #D69B81
Tints of Tumbleweed #D69B81
RGB
CMYK
RGB Variations
Color information
#D69B81 (or 0xD69B81) is known color: Tumbleweed. HEX triplet: D6, 9B and 81. RGB value is (214,155,129). Sum of RGB (Red+Green+Blue) = 214+155+129=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B81 is #29647E. Grayscale: #A9A9A9. Windows color (decimal): -2712703 or 8494038. OLE color: 8494038.
HSL color Cylindrical-coordinate representation of color #D69B81: hue angle of 18.35º 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 #D69B81 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 129 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.16 |
| HSL | 18.35º | 0.51% | 0.67% | - |
| HSV(B) | 18.35º | 0.4% | 0.84% | - |
| XYZ | 43.42 | 39.32 | 26.07 | - |
| YUV | 169.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 129 | 0 | 0.28 | 0.40 | 0.16 | 18.35 | 0.51 | 0.67 |
| Hex | D6 | 9B | 81 | 0 | 1C | 28 | 10 | 12 | 33 | 43 |
| Octal | 326 | 233 | 201 | 0 | 34 | 50 | 20 | 22 | 63 | 103 |
| Binary | 11010110 | 10011011 | 10000001 | 0 | 11100 | 101000 | 10000 | 10010 | 110011 | 1000011 |
Color Harmonies of #D69B81
Complementary color
Monochromatic Colors of #D69B81
Black with #D69B81
Text Example
Text Example
White with #D69B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B81; }
p { color: rgb(214,155,129); }
H1.HeaderClassName
{
color: #D69B81;
}
.AnyTagClassName
{
color: #D69B81;
}
</style>
background-color css
<style>
a { background-color: #D69B81; }
a { background-color: rgb(214,155,129); }
div.DivClassName
{
background-color: #D69B81;
}
.BgClassName
{
background-color: #D69B81;
}
</style>
border-color css
<style>
span { border-color: #D69B81; }
span { border-color: rgb(214,155,129); }
td.TdClassName
{
border-color: #D69B81;
}
.TagClassName
{
border-color: #D69B81;
}
</style>