Shades of Tumbleweed #D8A482
Tints of Tumbleweed #D8A482
RGB
CMYK
RGB Variations
Color information
#D8A482 (or 0xD8A482) is known color: Tumbleweed. HEX triplet: D8, A4 and 82. RGB value is (216,164,130). Sum of RGB (Red+Green+Blue) = 216+164+130=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A482 is #275B7D. Grayscale: #AFAFAF. Windows color (decimal): -2579326 or 8561880. OLE color: 8561880.
HSL color Cylindrical-coordinate representation of color #D8A482: hue angle of 23.72º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8A482 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 164 | 130 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.15 |
| HSL | 23.72º | 0.52% | 0.68% | - |
| HSV(B) | 23.72º | 0.4% | 0.85% | - |
| XYZ | 45.62 | 42.76 | 26.97 | - |
| YUV | 175.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 164 | 130 | 0 | 0.24 | 0.40 | 0.15 | 23.72 | 0.52 | 0.68 |
| Hex | D8 | A4 | 82 | 0 | 18 | 28 | F | 18 | 34 | 44 |
| Octal | 330 | 244 | 202 | 0 | 30 | 50 | 17 | 30 | 64 | 104 |
| Binary | 11011000 | 10100100 | 10000010 | 0 | 11000 | 101000 | 1111 | 11000 | 110100 | 1000100 |
Color Harmonies of #D8A482
Complementary color
Monochromatic Colors of #D8A482
Black with #D8A482
Text Example
Text Example
White with #D8A482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A482; }
p { color: rgb(216,164,130); }
H1.HeaderClassName
{
color: #D8A482;
}
.AnyTagClassName
{
color: #D8A482;
}
</style>
background-color css
<style>
a { background-color: #D8A482; }
a { background-color: rgb(216,164,130); }
div.DivClassName
{
background-color: #D8A482;
}
.BgClassName
{
background-color: #D8A482;
}
</style>
border-color css
<style>
span { border-color: #D8A482; }
span { border-color: rgb(216,164,130); }
td.TdClassName
{
border-color: #D8A482;
}
.TagClassName
{
border-color: #D8A482;
}
</style>