Shades of Tumbleweed #D6A381
Tints of Tumbleweed #D6A381
RGB
CMYK
RGB Variations
Color information
#D6A381 (or 0xD6A381) is known color: Tumbleweed. HEX triplet: D6, A3 and 81. RGB value is (214,163,129). Sum of RGB (Red+Green+Blue) = 214+163+129=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A381 is #295C7E. Grayscale: #AEAEAE. Windows color (decimal): -2710655 or 8496086. OLE color: 8496086.
HSL color Cylindrical-coordinate representation of color #D6A381: hue angle of 24º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6A381 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 129 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.16 |
| HSL | 24º | 0.51% | 0.67% | - |
| HSV(B) | 24º | 0.4% | 0.84% | - |
| XYZ | 44.79 | 42.08 | 26.53 | - |
| YUV | 174.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 129 | 0 | 0.24 | 0.40 | 0.16 | 24 | 0.51 | 0.67 |
| Hex | D6 | A3 | 81 | 0 | 18 | 28 | 10 | 18 | 33 | 43 |
| Octal | 326 | 243 | 201 | 0 | 30 | 50 | 20 | 30 | 63 | 103 |
| Binary | 11010110 | 10100011 | 10000001 | 0 | 11000 | 101000 | 10000 | 11000 | 110011 | 1000011 |
Color Harmonies of #D6A381
Complementary color
Monochromatic Colors of #D6A381
Black with #D6A381
Text Example
Text Example
White with #D6A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A381; }
p { color: rgb(214,163,129); }
H1.HeaderClassName
{
color: #D6A381;
}
.AnyTagClassName
{
color: #D6A381;
}
</style>
background-color css
<style>
a { background-color: #D6A381; }
a { background-color: rgb(214,163,129); }
div.DivClassName
{
background-color: #D6A381;
}
.BgClassName
{
background-color: #D6A381;
}
</style>
border-color css
<style>
span { border-color: #D6A381; }
span { border-color: rgb(214,163,129); }
td.TdClassName
{
border-color: #D6A381;
}
.TagClassName
{
border-color: #D6A381;
}
</style>