#DDAA8B

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

Shades of Tumbleweed #DDAA8B

Tints of Tumbleweed #DDAA8B

Color information

#DDAA8B (or 0xDDAA8B) is unknown color: approx Tumbleweed. HEX triplet: DD, AA and 8B. RGB value is (221,170,139). Sum of RGB (Red+Green+Blue) = 221+170+139=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA8B is #225574. Grayscale: #B5B5B5. Windows color (decimal): -2250101 or 9153245. OLE color: 9153245.

HSL color Cylindrical-coordinate representation of color #DDAA8B: hue angle of 22.68º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDAA8B is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221170139-
CMYK00.230.370.13
HSL22.68º54.67%70.59%-
HSV(B)22.68º37.1%86.67%-
XYZ48.8545.9930.73-
YUV181.71103.9156.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=41.70%
G=32.08%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117013900.230.370.1322.6854.6770.59
HexDDAA8B01725D173747
Octal33525221302745152767107
Binary1101110110101010100010110101111001011101101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA8B; }

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

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

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

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

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

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

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

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