Shades of Tumbleweed #D8A380
Tints of Tumbleweed #D8A380
RGB
CMYK
RGB Variations
Color information
#D8A380 (or 0xD8A380) is known color: Tumbleweed. HEX triplet: D8, A3 and 80. RGB value is (216,163,128). Sum of RGB (Red+Green+Blue) = 216+163+128=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A380 is #275C7F. Grayscale: #AFAFAF. Windows color (decimal): -2579584 or 8430552. OLE color: 8430552.
HSL color Cylindrical-coordinate representation of color #D8A380: hue angle of 23.86º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8A380 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 163 | 128 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.15 |
| HSL | 23.86º | 0.53% | 0.67% | - |
| HSV(B) | 23.86º | 0.41% | 0.85% | - |
| XYZ | 45.31 | 42.35 | 26.21 | - |
| YUV | 174.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 163 | 128 | 0 | 0.25 | 0.41 | 0.15 | 23.86 | 0.53 | 0.67 |
| Hex | D8 | A3 | 80 | 0 | 19 | 29 | F | 18 | 35 | 43 |
| Octal | 330 | 243 | 200 | 0 | 31 | 51 | 17 | 30 | 65 | 103 |
| Binary | 11011000 | 10100011 | 10000000 | 0 | 11001 | 101001 | 1111 | 11000 | 110101 | 1000011 |
Color Harmonies of #D8A380
Complementary color
Monochromatic Colors of #D8A380
Black with #D8A380
Text Example
Text Example
White with #D8A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A380; }
p { color: rgb(216,163,128); }
H1.HeaderClassName
{
color: #D8A380;
}
.AnyTagClassName
{
color: #D8A380;
}
</style>
background-color css
<style>
a { background-color: #D8A380; }
a { background-color: rgb(216,163,128); }
div.DivClassName
{
background-color: #D8A380;
}
.BgClassName
{
background-color: #D8A380;
}
</style>
border-color css
<style>
span { border-color: #D8A380; }
span { border-color: rgb(216,163,128); }
td.TdClassName
{
border-color: #D8A380;
}
.TagClassName
{
border-color: #D8A380;
}
</style>