#D49F86

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

Shades of Tumbleweed #D49F86

Tints of Tumbleweed #D49F86

Color information

#D49F86 (or 0xD49F86) is unknown color: approx Tumbleweed. HEX triplet: D4, 9F and 86. RGB value is (212,159,134). Sum of RGB (Red+Green+Blue) = 212+159+134=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49F86 is #2B6079. Grayscale: #ACACAC. Windows color (decimal): -2842746 or 8822740. OLE color: 8822740.

HSL color Cylindrical-coordinate representation of color #D49F86: hue angle of 19.23º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D49F86 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212159134-
CMYK00.250.370.17
HSL19.23º47.56%67.84%-
HSV(B)19.23º36.79%83.14%-
XYZ43.8540.5128.06-
YUV172106.56156.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.98%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=41.98%
G=31.49%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215913400.250.370.1719.2347.5667.84
HexD49F860192511133044
Octal32423720603145212360104
Binary11010100100111111000011001100110010110001100111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49F86; }

 p { color: rgb(212,159,134); }

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

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

 a { background-color: rgb(212,159,134); }

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

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

 span { border-color: rgb(212,159,134); }

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