Shades of Tumbleweed #D5A183
Tints of Tumbleweed #D5A183
RGB
CMYK
RGB Variations
Color information
#D5A183 (or 0xD5A183) is known color: Tumbleweed. HEX triplet: D5, A1 and 83. RGB value is (213,161,131). Sum of RGB (Red+Green+Blue) = 213+161+131=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A183 is #2A5E7C. Grayscale: #ADADAD. Windows color (decimal): -2776701 or 8626645. OLE color: 8626645.
HSL color Cylindrical-coordinate representation of color #D5A183: hue angle of 21.95º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5A183 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 131 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.16 |
| HSL | 21.95º | 0.49% | 0.67% | - |
| HSV(B) | 21.95º | 0.38% | 0.84% | - |
| XYZ | 44.28 | 41.27 | 27.11 | - |
| YUV | 173.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 131 | 0 | 0.24 | 0.38 | 0.16 | 21.95 | 0.49 | 0.67 |
| Hex | D5 | A1 | 83 | 0 | 18 | 26 | 10 | 16 | 31 | 43 |
| Octal | 325 | 241 | 203 | 0 | 30 | 46 | 20 | 26 | 61 | 103 |
| Binary | 11010101 | 10100001 | 10000011 | 0 | 11000 | 100110 | 10000 | 10110 | 110001 | 1000011 |
Color Harmonies of #D5A183
Complementary color
Monochromatic Colors of #D5A183
Black with #D5A183
Text Example
Text Example
White with #D5A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A183; }
p { color: rgb(213,161,131); }
H1.HeaderClassName
{
color: #D5A183;
}
.AnyTagClassName
{
color: #D5A183;
}
</style>
background-color css
<style>
a { background-color: #D5A183; }
a { background-color: rgb(213,161,131); }
div.DivClassName
{
background-color: #D5A183;
}
.BgClassName
{
background-color: #D5A183;
}
</style>
border-color css
<style>
span { border-color: #D5A183; }
span { border-color: rgb(213,161,131); }
td.TdClassName
{
border-color: #D5A183;
}
.TagClassName
{
border-color: #D5A183;
}
</style>