Shades of Tumbleweed #D99A80
Tints of Tumbleweed #D99A80
RGB
CMYK
RGB Variations
Color information
#D99A80 (or 0xD99A80) is known color: Tumbleweed. HEX triplet: D9, 9A and 80. RGB value is (217,154,128). Sum of RGB (Red+Green+Blue) = 217+154+128=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A80 is #26657F. Grayscale: #AAAAAA. Windows color (decimal): -2516352 or 8428249. OLE color: 8428249.
HSL color Cylindrical-coordinate representation of color #D99A80: hue angle of 17.53º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D99A80 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 128 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.15 |
| HSL | 17.53º | 0.54% | 0.68% | - |
| HSV(B) | 17.53º | 0.41% | 0.85% | - |
| XYZ | 44.07 | 39.42 | 25.71 | - |
| YUV | 169.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 128 | 0 | 0.29 | 0.41 | 0.15 | 17.53 | 0.54 | 0.68 |
| Hex | D9 | 9A | 80 | 0 | 1D | 29 | F | 12 | 36 | 44 |
| Octal | 331 | 232 | 200 | 0 | 35 | 51 | 17 | 22 | 66 | 104 |
| Binary | 11011001 | 10011010 | 10000000 | 0 | 11101 | 101001 | 1111 | 10010 | 110110 | 1000100 |
Color Harmonies of #D99A80
Complementary color
Monochromatic Colors of #D99A80
Black with #D99A80
Text Example
Text Example
White with #D99A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A80; }
p { color: rgb(217,154,128); }
H1.HeaderClassName
{
color: #D99A80;
}
.AnyTagClassName
{
color: #D99A80;
}
</style>
background-color css
<style>
a { background-color: #D99A80; }
a { background-color: rgb(217,154,128); }
div.DivClassName
{
background-color: #D99A80;
}
.BgClassName
{
background-color: #D99A80;
}
</style>
border-color css
<style>
span { border-color: #D99A80; }
span { border-color: rgb(217,154,128); }
td.TdClassName
{
border-color: #D99A80;
}
.TagClassName
{
border-color: #D99A80;
}
</style>