#ddaa82

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

Shades of Tumbleweed #DDAA82

Tints of Tumbleweed #DDAA82

Color information

#DDAA82 (or 0xDDAA82) is unknown color: approx Tumbleweed. HEX triplet: DD, AA and 82. RGB value is (221,170,130). Sum of RGB (Red+Green+Blue) = 221+170+130=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA82 is #22557D. Grayscale: #B4B4B4. Windows color (decimal): -2250110 or 8563421. OLE color: 8563421.

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

Color convert

RGB221170130-
CMYK00.230.410.13
HSL26.37º57.23%68.82%-
HSV(B)26.37º41.18%86.67%-
XYZ48.2245.7327.4-
YUV180.6999.4156.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=42.42%
G=32.63%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117013000.230.410.1326.3757.2368.82
HexDDAA8201729D1a3945
Octal33525220202751153271105
Binary1101110110101010100000100101111010011101110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddaa82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddaa82; }

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

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

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

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

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

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

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

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