#D7A186

Color #D7A186 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #D7A186

Tints of Tumbleweed #D7A186

Color information

#D7A186 (or 0xD7A186) is unknown color: approx Tumbleweed. HEX triplet: D7, A1 and 86. RGB value is (215,161,134). Sum of RGB (Red+Green+Blue) = 215+161+134=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A186 is #285E79. Grayscale: #AEAEAE. Windows color (decimal): -2645626 or 8823255. OLE color: 8823255.

HSL color Cylindrical-coordinate representation of color #D7A186: hue angle of 20º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7A186 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215161134-
CMYK00.250.380.16
HSL20º50.31%68.43%-
HSV(B)20º37.67%84.31%-
XYZ45.0741.6628.22-
YUV174.07105.39157.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=42.16%
G=31.57%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516113400.250.380.162050.3168.43
HexD7A1860192610143244
Octal32724120603146202462104
Binary11010111101000011000011001100110011010000101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A186; }

 p { color: rgb(215,161,134); }

 H1.HeaderClassName
 {
   color: #D7A186;
 }
 .AnyTagClassName
 {
   color: #D7A186;
 }
</style>
background-color css

<style>
 a { background-color: #D7A186; }

 a { background-color: rgb(215,161,134); }

 div.DivClassName
 {
   background-color: #D7A186;
 }
 .BgClassName
 {
   background-color: #D7A186;
 }
</style>
border-color css

<style>
 span { border-color: #D7A186; }

 span { border-color: rgb(215,161,134); }

 td.TdClassName
 {
   border-color: #D7A186;
 }
 .TagClassName
 {
   border-color: #D7A186;
 }
</style>