#D49C85

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

Shades of Tumbleweed #D49C85

Tints of Tumbleweed #D49C85

Color information

#D49C85 (or 0xD49C85) is unknown color: approx Tumbleweed. HEX triplet: D4, 9C and 85. RGB value is (212,156,133). Sum of RGB (Red+Green+Blue) = 212+156+133=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C85 is #2B637A. Grayscale: #AAAAAA. Windows color (decimal): -2843515 or 8756436. OLE color: 8756436.

HSL color Cylindrical-coordinate representation of color #D49C85: hue angle of 17.47º 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 #D49C85 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212156133-
CMYK00.260.370.17
HSL17.47º47.88%67.65%-
HSV(B)17.47º37.26%83.14%-
XYZ43.2739.4727.53-
YUV170.12107.05157.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=42.32%
G=31.14%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215613300.260.370.1717.4747.8867.65
HexD49C8501A2511113044
Octal32423420503245212160104
Binary11010100100111001000010101101010010110001100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C85; }

 p { color: rgb(212,156,133); }

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

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

 a { background-color: rgb(212,156,133); }

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

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

 span { border-color: rgb(212,156,133); }

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