Shades of Tumbleweed #D5A582
Tints of Tumbleweed #D5A582
RGB
CMYK
RGB Variations
Color information
#D5A582 (or 0xD5A582) is known color: Tumbleweed. HEX triplet: D5, A5 and 82. RGB value is (213,165,130). Sum of RGB (Red+Green+Blue) = 213+165+130=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A582 is #2A5A7D. Grayscale: #AFAFAF. Windows color (decimal): -2775678 or 8562133. OLE color: 8562133.
HSL color Cylindrical-coordinate representation of color #D5A582: hue angle of 25.3º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5A582 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 130 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.16 |
| HSL | 25.3º | 0.5% | 0.67% | - |
| HSV(B) | 25.3º | 0.39% | 0.84% | - |
| XYZ | 44.92 | 42.67 | 26.99 | - |
| YUV | 175.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 130 | 0 | 0.23 | 0.39 | 0.16 | 25.3 | 0.5 | 0.67 |
| Hex | D5 | A5 | 82 | 0 | 17 | 27 | 10 | 19 | 32 | 43 |
| Octal | 325 | 245 | 202 | 0 | 27 | 47 | 20 | 31 | 62 | 103 |
| Binary | 11010101 | 10100101 | 10000010 | 0 | 10111 | 100111 | 10000 | 11001 | 110010 | 1000011 |
Color Harmonies of #D5A582
Complementary color
Monochromatic Colors of #D5A582
Black with #D5A582
Text Example
Text Example
White with #D5A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A582; }
p { color: rgb(213,165,130); }
H1.HeaderClassName
{
color: #D5A582;
}
.AnyTagClassName
{
color: #D5A582;
}
</style>
background-color css
<style>
a { background-color: #D5A582; }
a { background-color: rgb(213,165,130); }
div.DivClassName
{
background-color: #D5A582;
}
.BgClassName
{
background-color: #D5A582;
}
</style>
border-color css
<style>
span { border-color: #D5A582; }
span { border-color: rgb(213,165,130); }
td.TdClassName
{
border-color: #D5A582;
}
.TagClassName
{
border-color: #D5A582;
}
</style>