#DDA887

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

Shades of Tumbleweed #DDA887

Tints of Tumbleweed #DDA887

Color information

#DDA887 (or 0xDDA887) is unknown color: approx Tumbleweed. HEX triplet: DD, A8 and 87. RGB value is (221,168,135). Sum of RGB (Red+Green+Blue) = 221+168+135=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA887 is #225778. Grayscale: #B4B4B4. Windows color (decimal): -2250617 or 8890589. OLE color: 8890589.

HSL color Cylindrical-coordinate representation of color #DDA887: hue angle of 23.02º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDA887 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221168135-
CMYK00.240.390.13
HSL23.02º55.84%69.8%-
HSV(B)23.02º38.91%86.67%-
XYZ48.1945.1329.09-
YUV180.08102.56157.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 135 (53.12% from 255) = 25.76%
R=42.18%
G=32.06%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116813500.240.390.1323.0255.8469.8
HexDDA88701827D173846
Octal33525020703047152770106
Binary1101110110101000100001110110001001111101101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA887; }

 p { color: rgb(221,168,135); }

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

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

 a { background-color: rgb(221,168,135); }

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

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

 span { border-color: rgb(221,168,135); }

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