Shades of Tumbleweed #D6A48B
Tints of Tumbleweed #D6A48B
RGB
CMYK
RGB Variations
Color information
#D6A48B (or 0xD6A48B) is known color: Tumbleweed. HEX triplet: D6, A4 and 8B. RGB value is (214,164,139). Sum of RGB (Red+Green+Blue) = 214+164+139=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A48B is #295B74. Grayscale: #B0B0B0. Windows color (decimal): -2710389 or 9151702. OLE color: 9151702.
HSL color Cylindrical-coordinate representation of color #D6A48B: hue angle of 20º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6A48B is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 139 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.16 |
| HSL | 20º | 0.48% | 0.69% | - |
| HSV(B) | 20º | 0.35% | 0.84% | - |
| XYZ | 45.67 | 42.71 | 30.26 | - |
| YUV | 176.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 139 | 0 | 0.23 | 0.35 | 0.16 | 20 | 0.48 | 0.69 |
| Hex | D6 | A4 | 8B | 0 | 17 | 23 | 10 | 14 | 30 | 45 |
| Octal | 326 | 244 | 213 | 0 | 27 | 43 | 20 | 24 | 60 | 105 |
| Binary | 11010110 | 10100100 | 10001011 | 0 | 10111 | 100011 | 10000 | 10100 | 110000 | 1000101 |
Color Harmonies of #D6A48B
Complementary color
Monochromatic Colors of #D6A48B
Black with #D6A48B
Text Example
Text Example
White with #D6A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A48B; }
p { color: rgb(214,164,139); }
H1.HeaderClassName
{
color: #D6A48B;
}
.AnyTagClassName
{
color: #D6A48B;
}
</style>
background-color css
<style>
a { background-color: #D6A48B; }
a { background-color: rgb(214,164,139); }
div.DivClassName
{
background-color: #D6A48B;
}
.BgClassName
{
background-color: #D6A48B;
}
</style>
border-color css
<style>
span { border-color: #D6A48B; }
span { border-color: rgb(214,164,139); }
td.TdClassName
{
border-color: #D6A48B;
}
.TagClassName
{
border-color: #D6A48B;
}
</style>