Shades of Tumbleweed #D5A284
Tints of Tumbleweed #D5A284
RGB
CMYK
RGB Variations
Color information
#D5A284 (or 0xD5A284) is known color: Tumbleweed. HEX triplet: D5, A2 and 84. RGB value is (213,162,132). Sum of RGB (Red+Green+Blue) = 213+162+132=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A284 is #2A5D7B. Grayscale: #AEAEAE. Windows color (decimal): -2776444 or 8692437. OLE color: 8692437.
HSL color Cylindrical-coordinate representation of color #D5A284: hue angle of 22.22º 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 #D5A284 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 132 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.16 |
| HSL | 22.22º | 0.49% | 0.68% | - |
| HSV(B) | 22.22º | 0.38% | 0.84% | - |
| XYZ | 44.53 | 41.65 | 27.52 | - |
| YUV | 173.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 132 | 0 | 0.24 | 0.38 | 0.16 | 22.22 | 0.49 | 0.68 |
| Hex | D5 | A2 | 84 | 0 | 18 | 26 | 10 | 16 | 31 | 44 |
| Octal | 325 | 242 | 204 | 0 | 30 | 46 | 20 | 26 | 61 | 104 |
| Binary | 11010101 | 10100010 | 10000100 | 0 | 11000 | 100110 | 10000 | 10110 | 110001 | 1000100 |
Color Harmonies of #D5A284
Complementary color
Monochromatic Colors of #D5A284
Black with #D5A284
Text Example
Text Example
White with #D5A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A284; }
p { color: rgb(213,162,132); }
H1.HeaderClassName
{
color: #D5A284;
}
.AnyTagClassName
{
color: #D5A284;
}
</style>
background-color css
<style>
a { background-color: #D5A284; }
a { background-color: rgb(213,162,132); }
div.DivClassName
{
background-color: #D5A284;
}
.BgClassName
{
background-color: #D5A284;
}
</style>
border-color css
<style>
span { border-color: #D5A284; }
span { border-color: rgb(213,162,132); }
td.TdClassName
{
border-color: #D5A284;
}
.TagClassName
{
border-color: #D5A284;
}
</style>