Shades of Tumbleweed #D5A585
Tints of Tumbleweed #D5A585
RGB
CMYK
RGB Variations
Color information
#D5A585 (or 0xD5A585) is known color: Tumbleweed. HEX triplet: D5, A5 and 85. RGB value is (213,165,133). Sum of RGB (Red+Green+Blue) = 213+165+133=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A585 is #2A5A7A. Grayscale: #AFAFAF. Windows color (decimal): -2775675 or 8758741. OLE color: 8758741.
HSL color Cylindrical-coordinate representation of color #D5A585: hue angle of 24º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5A585 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 133 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.16 |
| HSL | 24º | 0.49% | 0.68% | - |
| HSV(B) | 24º | 0.38% | 0.84% | - |
| XYZ | 45.13 | 42.75 | 28.06 | - |
| YUV | 175.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 133 | 0 | 0.23 | 0.38 | 0.16 | 24 | 0.49 | 0.68 |
| Hex | D5 | A5 | 85 | 0 | 17 | 26 | 10 | 18 | 31 | 44 |
| Octal | 325 | 245 | 205 | 0 | 27 | 46 | 20 | 30 | 61 | 104 |
| Binary | 11010101 | 10100101 | 10000101 | 0 | 10111 | 100110 | 10000 | 11000 | 110001 | 1000100 |
Color Harmonies of #D5A585
Complementary color
Monochromatic Colors of #D5A585
Black with #D5A585
Text Example
Text Example
White with #D5A585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A585; }
p { color: rgb(213,165,133); }
H1.HeaderClassName
{
color: #D5A585;
}
.AnyTagClassName
{
color: #D5A585;
}
</style>
background-color css
<style>
a { background-color: #D5A585; }
a { background-color: rgb(213,165,133); }
div.DivClassName
{
background-color: #D5A585;
}
.BgClassName
{
background-color: #D5A585;
}
</style>
border-color css
<style>
span { border-color: #D5A585; }
span { border-color: rgb(213,165,133); }
td.TdClassName
{
border-color: #D5A585;
}
.TagClassName
{
border-color: #D5A585;
}
</style>