#ddaa87

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

Shades of Tumbleweed #DDAA87

Tints of Tumbleweed #DDAA87

Color information

#DDAA87 (or 0xDDAA87) is unknown color: approx Tumbleweed. HEX triplet: DD, AA and 87. RGB value is (221,170,135). Sum of RGB (Red+Green+Blue) = 221+170+135=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA87 is #225578. Grayscale: #B5B5B5. Windows color (decimal): -2250105 or 8891101. OLE color: 8891101.

HSL color Cylindrical-coordinate representation of color #DDAA87: hue angle of 24.42º 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 #DDAA87 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221170135-
CMYK00.230.390.13
HSL24.42º55.84%69.8%-
HSV(B)24.42º38.91%86.67%-
XYZ48.5745.8729.22-
YUV181.26101.9156.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 135 (53.12% from 255) = 25.67%
R=42.02%
G=32.32%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117013500.230.390.1324.4255.8469.8
HexDDAA8701727D183846
Octal33525220702747153070106
Binary1101110110101010100001110101111001111101110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddaa87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddaa87; }

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

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

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

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

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

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

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

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