Shades of Tumbleweed #D6A38A
Tints of Tumbleweed #D6A38A
RGB
CMYK
RGB Variations
Color information
#D6A38A (or 0xD6A38A) is known color: Tumbleweed. HEX triplet: D6, A3 and 8A. RGB value is (214,163,138). Sum of RGB (Red+Green+Blue) = 214+163+138=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A38A is #295C75. Grayscale: #AFAFAF. Windows color (decimal): -2710646 or 9085910. OLE color: 9085910.
HSL color Cylindrical-coordinate representation of color #D6A38A: hue angle of 19.74º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6A38A is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 138 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.16 |
| HSL | 19.74º | 0.48% | 0.69% | - |
| HSV(B) | 19.74º | 0.36% | 0.84% | - |
| XYZ | 45.42 | 42.33 | 29.82 | - |
| YUV | 175.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 138 | 0 | 0.24 | 0.36 | 0.16 | 19.74 | 0.48 | 0.69 |
| Hex | D6 | A3 | 8A | 0 | 18 | 24 | 10 | 14 | 30 | 45 |
| Octal | 326 | 243 | 212 | 0 | 30 | 44 | 20 | 24 | 60 | 105 |
| Binary | 11010110 | 10100011 | 10001010 | 0 | 11000 | 100100 | 10000 | 10100 | 110000 | 1000101 |
Color Harmonies of #D6A38A
Complementary color
Monochromatic Colors of #D6A38A
Black with #D6A38A
Text Example
Text Example
White with #D6A38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A38A; }
p { color: rgb(214,163,138); }
H1.HeaderClassName
{
color: #D6A38A;
}
.AnyTagClassName
{
color: #D6A38A;
}
</style>
background-color css
<style>
a { background-color: #D6A38A; }
a { background-color: rgb(214,163,138); }
div.DivClassName
{
background-color: #D6A38A;
}
.BgClassName
{
background-color: #D6A38A;
}
</style>
border-color css
<style>
span { border-color: #D6A38A; }
span { border-color: rgb(214,163,138); }
td.TdClassName
{
border-color: #D6A38A;
}
.TagClassName
{
border-color: #D6A38A;
}
</style>