Shades of Tumbleweed #D5A688
Tints of Tumbleweed #D5A688
RGB
CMYK
RGB Variations
Color information
#D5A688 (or 0xD5A688) is known color: Tumbleweed. HEX triplet: D5, A6 and 88. RGB value is (213,166,136). Sum of RGB (Red+Green+Blue) = 213+166+136=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A688 is #2A5977. Grayscale: #B0B0B0. Windows color (decimal): -2775416 or 8955605. OLE color: 8955605.
HSL color Cylindrical-coordinate representation of color #D5A688: hue angle of 23.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5A688 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 136 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.16 |
| HSL | 23.38º | 0.48% | 0.68% | - |
| HSV(B) | 23.38º | 0.36% | 0.84% | - |
| XYZ | 45.52 | 43.2 | 29.23 | - |
| YUV | 176.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 136 | 0 | 0.22 | 0.36 | 0.16 | 23.38 | 0.48 | 0.68 |
| Hex | D5 | A6 | 88 | 0 | 16 | 24 | 10 | 17 | 30 | 44 |
| Octal | 325 | 246 | 210 | 0 | 26 | 44 | 20 | 27 | 60 | 104 |
| Binary | 11010101 | 10100110 | 10001000 | 0 | 10110 | 100100 | 10000 | 10111 | 110000 | 1000100 |
Color Harmonies of #D5A688
Complementary color
Monochromatic Colors of #D5A688
Black with #D5A688
Text Example
Text Example
White with #D5A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A688; }
p { color: rgb(213,166,136); }
H1.HeaderClassName
{
color: #D5A688;
}
.AnyTagClassName
{
color: #D5A688;
}
</style>
background-color css
<style>
a { background-color: #D5A688; }
a { background-color: rgb(213,166,136); }
div.DivClassName
{
background-color: #D5A688;
}
.BgClassName
{
background-color: #D5A688;
}
</style>
border-color css
<style>
span { border-color: #D5A688; }
span { border-color: rgb(213,166,136); }
td.TdClassName
{
border-color: #D5A688;
}
.TagClassName
{
border-color: #D5A688;
}
</style>