Shades of Tumbleweed #DAA38B
Tints of Tumbleweed #DAA38B
RGB
CMYK
RGB Variations
Color information
#DAA38B (or 0xDAA38B) is known color: Tumbleweed. HEX triplet: DA, A3 and 8B. RGB value is (218,163,139). Sum of RGB (Red+Green+Blue) = 218+163+139=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA38B is #255C74. Grayscale: #B0B0B0. Windows color (decimal): -2448501 or 9151450. OLE color: 9151450.
HSL color Cylindrical-coordinate representation of color #DAA38B: hue angle of 18.23º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAA38B is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 139 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.15 |
| HSL | 18.23º | 0.52% | 0.7% | - |
| HSV(B) | 18.23º | 0.36% | 0.85% | - |
| XYZ | 46.67 | 42.96 | 30.26 | - |
| YUV | 176.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 139 | 0 | 0.25 | 0.36 | 0.15 | 18.23 | 0.52 | 0.7 |
| Hex | DA | A3 | 8B | 0 | 19 | 24 | F | 12 | 34 | 46 |
| Octal | 332 | 243 | 213 | 0 | 31 | 44 | 17 | 22 | 64 | 106 |
| Binary | 11011010 | 10100011 | 10001011 | 0 | 11001 | 100100 | 1111 | 10010 | 110100 | 1000110 |
Color Harmonies of #DAA38B
Complementary color
Monochromatic Colors of #DAA38B
Black with #DAA38B
Text Example
Text Example
White with #DAA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA38B; }
p { color: rgb(218,163,139); }
H1.HeaderClassName
{
color: #DAA38B;
}
.AnyTagClassName
{
color: #DAA38B;
}
</style>
background-color css
<style>
a { background-color: #DAA38B; }
a { background-color: rgb(218,163,139); }
div.DivClassName
{
background-color: #DAA38B;
}
.BgClassName
{
background-color: #DAA38B;
}
</style>
border-color css
<style>
span { border-color: #DAA38B; }
span { border-color: rgb(218,163,139); }
td.TdClassName
{
border-color: #DAA38B;
}
.TagClassName
{
border-color: #DAA38B;
}
</style>