Shades of Tumbleweed #D5A07A
Tints of Tumbleweed #D5A07A
RGB
CMYK
RGB Variations
Color information
#D5A07A (or 0xD5A07A) is known color: Tumbleweed. HEX triplet: D5, A0 and 7A. RGB value is (213,160,122). Sum of RGB (Red+Green+Blue) = 213+160+122=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A07A is #2A5F85. Grayscale: #ABABAB. Windows color (decimal): -2776966 or 8036565. OLE color: 8036565.
HSL color Cylindrical-coordinate representation of color #D5A07A: hue angle of 25.05º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5A07A is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 122 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.16 |
| HSL | 25.05º | 0.52% | 0.66% | - |
| HSV(B) | 25.05º | 0.43% | 0.84% | - |
| XYZ | 43.52 | 40.69 | 23.97 | - |
| YUV | 171.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 122 | 0 | 0.25 | 0.43 | 0.16 | 25.05 | 0.52 | 0.66 |
| Hex | D5 | A0 | 7A | 0 | 19 | 2B | 10 | 19 | 34 | 42 |
| Octal | 325 | 240 | 172 | 0 | 31 | 53 | 20 | 31 | 64 | 102 |
| Binary | 11010101 | 10100000 | 1111010 | 0 | 11001 | 101011 | 10000 | 11001 | 110100 | 1000010 |
Color Harmonies of #D5A07A
Complementary color
Monochromatic Colors of #D5A07A
Black with #D5A07A
Text Example
Text Example
White with #D5A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A07A; }
p { color: rgb(213,160,122); }
H1.HeaderClassName
{
color: #D5A07A;
}
.AnyTagClassName
{
color: #D5A07A;
}
</style>
background-color css
<style>
a { background-color: #D5A07A; }
a { background-color: rgb(213,160,122); }
div.DivClassName
{
background-color: #D5A07A;
}
.BgClassName
{
background-color: #D5A07A;
}
</style>
border-color css
<style>
span { border-color: #D5A07A; }
span { border-color: rgb(213,160,122); }
td.TdClassName
{
border-color: #D5A07A;
}
.TagClassName
{
border-color: #D5A07A;
}
</style>