Shades of Tumbleweed #D5A486
Tints of Tumbleweed #D5A486
RGB
CMYK
RGB Variations
Color information
#D5A486 (or 0xD5A486) is known color: Tumbleweed. HEX triplet: D5, A4 and 86. RGB value is (213,164,134). Sum of RGB (Red+Green+Blue) = 213+164+134=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A486 is #2A5B79. Grayscale: #AFAFAF. Windows color (decimal): -2775930 or 8824021. OLE color: 8824021.
HSL color Cylindrical-coordinate representation of color #D5A486: hue angle of 22.78º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5A486 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 134 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.16 |
| HSL | 22.78º | 0.48% | 0.68% | - |
| HSV(B) | 22.78º | 0.37% | 0.84% | - |
| XYZ | 45.02 | 42.42 | 28.37 | - |
| YUV | 175.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 134 | 0 | 0.23 | 0.37 | 0.16 | 22.78 | 0.48 | 0.68 |
| Hex | D5 | A4 | 86 | 0 | 17 | 25 | 10 | 17 | 30 | 44 |
| Octal | 325 | 244 | 206 | 0 | 27 | 45 | 20 | 27 | 60 | 104 |
| Binary | 11010101 | 10100100 | 10000110 | 0 | 10111 | 100101 | 10000 | 10111 | 110000 | 1000100 |
Color Harmonies of #D5A486
Complementary color
Monochromatic Colors of #D5A486
Black with #D5A486
Text Example
Text Example
White with #D5A486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A486; }
p { color: rgb(213,164,134); }
H1.HeaderClassName
{
color: #D5A486;
}
.AnyTagClassName
{
color: #D5A486;
}
</style>
background-color css
<style>
a { background-color: #D5A486; }
a { background-color: rgb(213,164,134); }
div.DivClassName
{
background-color: #D5A486;
}
.BgClassName
{
background-color: #D5A486;
}
</style>
border-color css
<style>
span { border-color: #D5A486; }
span { border-color: rgb(213,164,134); }
td.TdClassName
{
border-color: #D5A486;
}
.TagClassName
{
border-color: #D5A486;
}
</style>