Shades of Tumbleweed #D5A181
Tints of Tumbleweed #D5A181
RGB
CMYK
RGB Variations
Color information
#D5A181 (or 0xD5A181) is known color: Tumbleweed. HEX triplet: D5, A1 and 81. RGB value is (213,161,129). Sum of RGB (Red+Green+Blue) = 213+161+129=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A181 is #2A5E7E. Grayscale: #ADADAD. Windows color (decimal): -2776703 or 8495573. OLE color: 8495573.
HSL color Cylindrical-coordinate representation of color #D5A181: hue angle of 22.86º degrees, saturation: 0.5, 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 #D5A181 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 129 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.16 |
| HSL | 22.86º | 0.5% | 0.67% | - |
| HSV(B) | 22.86º | 0.39% | 0.84% | - |
| XYZ | 44.15 | 41.22 | 26.4 | - |
| YUV | 172.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 129 | 0 | 0.24 | 0.39 | 0.16 | 22.86 | 0.5 | 0.67 |
| Hex | D5 | A1 | 81 | 0 | 18 | 27 | 10 | 17 | 32 | 43 |
| Octal | 325 | 241 | 201 | 0 | 30 | 47 | 20 | 27 | 62 | 103 |
| Binary | 11010101 | 10100001 | 10000001 | 0 | 11000 | 100111 | 10000 | 10111 | 110010 | 1000011 |
Color Harmonies of #D5A181
Complementary color
Monochromatic Colors of #D5A181
Black with #D5A181
Text Example
Text Example
White with #D5A181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A181; }
p { color: rgb(213,161,129); }
H1.HeaderClassName
{
color: #D5A181;
}
.AnyTagClassName
{
color: #D5A181;
}
</style>
background-color css
<style>
a { background-color: #D5A181; }
a { background-color: rgb(213,161,129); }
div.DivClassName
{
background-color: #D5A181;
}
.BgClassName
{
background-color: #D5A181;
}
</style>
border-color css
<style>
span { border-color: #D5A181; }
span { border-color: rgb(213,161,129); }
td.TdClassName
{
border-color: #D5A181;
}
.TagClassName
{
border-color: #D5A181;
}
</style>