Shades of Tumbleweed #D99D77
Tints of Tumbleweed #D99D77
RGB
CMYK
RGB Variations
Color information
#D99D77 (or 0xD99D77) is known color: Tumbleweed. HEX triplet: D9, 9D and 77. RGB value is (217,157,119). Sum of RGB (Red+Green+Blue) = 217+157+119=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D77 is #266288. Grayscale: #AAAAAA. Windows color (decimal): -2515593 or 7839193. OLE color: 7839193.
HSL color Cylindrical-coordinate representation of color #D99D77: hue angle of 23.27º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D99D77 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 157 | 119 | - |
CMYK | 0 | 0.28 | 0.45 | 0.15 |
HSL | 23.27º | 0.56% | 0.66% | - |
HSV(B) | 23.27º | 0.45% | 0.85% | - |
XYZ | 44 | 40.2 | 22.89 | - |
YUV | 170.61 | 98.88 | 161.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 157 | 119 | 0 | 0.28 | 0.45 | 0.15 | 23.27 | 0.56 | 0.66 |
Hex | D9 | 9D | 77 | 0 | 1C | 2D | F | 17 | 38 | 42 |
Octal | 331 | 235 | 167 | 0 | 34 | 55 | 17 | 27 | 70 | 102 |
Binary | 11011001 | 10011101 | 1110111 | 0 | 11100 | 101101 | 1111 | 10111 | 111000 | 1000010 |
Color Harmonies of #D99D77
Complementary color
Monochromatic Colors of #D99D77
Black with #D99D77
Text Example
Text Example
White with #D99D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D77; }
p { color: rgb(217,157,119); }
H1.HeaderClassName
{
color: #D99D77;
}
.AnyTagClassName
{
color: #D99D77;
}
</style>
background-color css
<style>
a { background-color: #D99D77; }
a { background-color: rgb(217,157,119); }
div.DivClassName
{
background-color: #D99D77;
}
.BgClassName
{
background-color: #D99D77;
}
</style>
border-color css
<style>
span { border-color: #D99D77; }
span { border-color: rgb(217,157,119); }
td.TdClassName
{
border-color: #D99D77;
}
.TagClassName
{
border-color: #D99D77;
}
</style>