Shades of Tumbleweed #D5A27E
Tints of Tumbleweed #D5A27E
RGB
CMYK
RGB Variations
Color information
#D5A27E (or 0xD5A27E) is known color: Tumbleweed. HEX triplet: D5, A2 and 7E. RGB value is (213,162,126). Sum of RGB (Red+Green+Blue) = 213+162+126=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A27E is #2A5D81. Grayscale: #ADADAD. Windows color (decimal): -2776450 or 8299221. OLE color: 8299221.
HSL color Cylindrical-coordinate representation of color #D5A27E: hue angle of 24.83º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5A27E is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 126 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.16 |
| HSL | 24.83º | 0.51% | 0.66% | - |
| HSV(B) | 24.83º | 0.41% | 0.84% | - |
| XYZ | 44.13 | 41.49 | 25.42 | - |
| YUV | 173.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 126 | 0 | 0.24 | 0.41 | 0.16 | 24.83 | 0.51 | 0.66 |
| Hex | D5 | A2 | 7E | 0 | 18 | 29 | 10 | 19 | 33 | 42 |
| Octal | 325 | 242 | 176 | 0 | 30 | 51 | 20 | 31 | 63 | 102 |
| Binary | 11010101 | 10100010 | 1111110 | 0 | 11000 | 101001 | 10000 | 11001 | 110011 | 1000010 |
Color Harmonies of #D5A27E
Complementary color
Monochromatic Colors of #D5A27E
Black with #D5A27E
Text Example
Text Example
White with #D5A27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A27E; }
p { color: rgb(213,162,126); }
H1.HeaderClassName
{
color: #D5A27E;
}
.AnyTagClassName
{
color: #D5A27E;
}
</style>
background-color css
<style>
a { background-color: #D5A27E; }
a { background-color: rgb(213,162,126); }
div.DivClassName
{
background-color: #D5A27E;
}
.BgClassName
{
background-color: #D5A27E;
}
</style>
border-color css
<style>
span { border-color: #D5A27E; }
span { border-color: rgb(213,162,126); }
td.TdClassName
{
border-color: #D5A27E;
}
.TagClassName
{
border-color: #D5A27E;
}
</style>