Shades of Tumbleweed #D7A380
Tints of Tumbleweed #D7A380
RGB
CMYK
RGB Variations
Color information
#D7A380 (or 0xD7A380) is known color: Tumbleweed. HEX triplet: D7, A3 and 80. RGB value is (215,163,128). Sum of RGB (Red+Green+Blue) = 215+163+128=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A380 is #285C7F. Grayscale: #AEAEAE. Windows color (decimal): -2645120 or 8430551. OLE color: 8430551.
HSL color Cylindrical-coordinate representation of color #D7A380: hue angle of 24.14º degrees, saturation: 0.52, 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 #D7A380 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 128 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.16 |
| HSL | 24.14º | 0.52% | 0.67% | - |
| HSV(B) | 24.14º | 0.4% | 0.84% | - |
| XYZ | 45.02 | 42.2 | 26.19 | - |
| YUV | 174.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 128 | 0 | 0.24 | 0.40 | 0.16 | 24.14 | 0.52 | 0.67 |
| Hex | D7 | A3 | 80 | 0 | 18 | 28 | 10 | 18 | 34 | 43 |
| Octal | 327 | 243 | 200 | 0 | 30 | 50 | 20 | 30 | 64 | 103 |
| Binary | 11010111 | 10100011 | 10000000 | 0 | 11000 | 101000 | 10000 | 11000 | 110100 | 1000011 |
Color Harmonies of #D7A380
Complementary color
Monochromatic Colors of #D7A380
Black with #D7A380
Text Example
Text Example
White with #D7A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A380; }
p { color: rgb(215,163,128); }
H1.HeaderClassName
{
color: #D7A380;
}
.AnyTagClassName
{
color: #D7A380;
}
</style>
background-color css
<style>
a { background-color: #D7A380; }
a { background-color: rgb(215,163,128); }
div.DivClassName
{
background-color: #D7A380;
}
.BgClassName
{
background-color: #D7A380;
}
</style>
border-color css
<style>
span { border-color: #D7A380; }
span { border-color: rgb(215,163,128); }
td.TdClassName
{
border-color: #D7A380;
}
.TagClassName
{
border-color: #D7A380;
}
</style>