Shades of Tumbleweed #D5A88C
Tints of Tumbleweed #D5A88C
RGB
CMYK
RGB Variations
Color information
#D5A88C (or 0xD5A88C) is known color: Tumbleweed. HEX triplet: D5, A8 and 8C. RGB value is (213,168,140). Sum of RGB (Red+Green+Blue) = 213+168+140=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A88C is #2A5773. Grayscale: #B2B2B2. Windows color (decimal): -2774900 or 9218261. OLE color: 9218261.
HSL color Cylindrical-coordinate representation of color #D5A88C: hue angle of 23.01º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A88C is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 140 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.16 |
| HSL | 23.01º | 0.46% | 0.69% | - |
| HSV(B) | 23.01º | 0.34% | 0.84% | - |
| XYZ | 46.18 | 44.04 | 30.88 | - |
| YUV | 178.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 140 | 0 | 0.21 | 0.34 | 0.16 | 23.01 | 0.46 | 0.69 |
| Hex | D5 | A8 | 8C | 0 | 15 | 22 | 10 | 17 | 2E | 45 |
| Octal | 325 | 250 | 214 | 0 | 25 | 42 | 20 | 27 | 56 | 105 |
| Binary | 11010101 | 10101000 | 10001100 | 0 | 10101 | 100010 | 10000 | 10111 | 101110 | 1000101 |
Color Harmonies of #D5A88C
Complementary color
Monochromatic Colors of #D5A88C
Black with #D5A88C
Text Example
Text Example
White with #D5A88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A88C; }
p { color: rgb(213,168,140); }
H1.HeaderClassName
{
color: #D5A88C;
}
.AnyTagClassName
{
color: #D5A88C;
}
</style>
background-color css
<style>
a { background-color: #D5A88C; }
a { background-color: rgb(213,168,140); }
div.DivClassName
{
background-color: #D5A88C;
}
.BgClassName
{
background-color: #D5A88C;
}
</style>
border-color css
<style>
span { border-color: #D5A88C; }
span { border-color: rgb(213,168,140); }
td.TdClassName
{
border-color: #D5A88C;
}
.TagClassName
{
border-color: #D5A88C;
}
</style>