#DDAA85

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

Shades of Tumbleweed #DDAA85

Tints of Tumbleweed #DDAA85

Color information

#DDAA85 (or 0xDDAA85) is unknown color: approx Tumbleweed. HEX triplet: DD, AA and 85. RGB value is (221,170,133). Sum of RGB (Red+Green+Blue) = 221+170+133=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA85 is #22557A. Grayscale: #B5B5B5. Windows color (decimal): -2250107 or 8760029. OLE color: 8760029.

HSL color Cylindrical-coordinate representation of color #DDAA85: hue angle of 25.23º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDAA85 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221170133-
CMYK00.230.400.13
HSL25.23º56.41%69.41%-
HSV(B)25.23º39.82%86.67%-
XYZ48.4345.8228.48-
YUV181.03100.9156.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=42.18%
G=32.44%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117013300.230.400.1325.2356.4169.41
HexDDAA8501728D193845
Octal33525220502750153170105
Binary1101110110101010100001010101111010001101110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA85; }

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

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

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

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

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

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

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

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