Shades of Tumbleweed #D5A481
Tints of Tumbleweed #D5A481
RGB
CMYK
RGB Variations
Color information
#D5A481 (or 0xD5A481) is known color: Tumbleweed. HEX triplet: D5, A4 and 81. RGB value is (213,164,129). Sum of RGB (Red+Green+Blue) = 213+164+129=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A481 is #2A5B7E. Grayscale: #AEAEAE. Windows color (decimal): -2775935 or 8496341. OLE color: 8496341.
HSL color Cylindrical-coordinate representation of color #D5A481: hue angle of 25º 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 #D5A481 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 129 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.16 |
| HSL | 25º | 0.5% | 0.67% | - |
| HSV(B) | 25º | 0.39% | 0.84% | - |
| XYZ | 44.68 | 42.28 | 26.58 | - |
| YUV | 174.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 129 | 0 | 0.23 | 0.39 | 0.16 | 25 | 0.5 | 0.67 |
| Hex | D5 | A4 | 81 | 0 | 17 | 27 | 10 | 19 | 32 | 43 |
| Octal | 325 | 244 | 201 | 0 | 27 | 47 | 20 | 31 | 62 | 103 |
| Binary | 11010101 | 10100100 | 10000001 | 0 | 10111 | 100111 | 10000 | 11001 | 110010 | 1000011 |
Color Harmonies of #D5A481
Complementary color
Monochromatic Colors of #D5A481
Black with #D5A481
Text Example
Text Example
White with #D5A481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A481; }
p { color: rgb(213,164,129); }
H1.HeaderClassName
{
color: #D5A481;
}
.AnyTagClassName
{
color: #D5A481;
}
</style>
background-color css
<style>
a { background-color: #D5A481; }
a { background-color: rgb(213,164,129); }
div.DivClassName
{
background-color: #D5A481;
}
.BgClassName
{
background-color: #D5A481;
}
</style>
border-color css
<style>
span { border-color: #D5A481; }
span { border-color: rgb(213,164,129); }
td.TdClassName
{
border-color: #D5A481;
}
.TagClassName
{
border-color: #D5A481;
}
</style>