#ddaa90

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

Shades of Tumbleweed #DDAA90

Tints of Tumbleweed #DDAA90

Color information

#DDAA90 (or 0xDDAA90) is unknown color: approx Tumbleweed. HEX triplet: DD, AA and 90. RGB value is (221,170,144). Sum of RGB (Red+Green+Blue) = 221+170+144=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA90 is #22556F. Grayscale: #B6B6B6. Windows color (decimal): -2250096 or 9480925. OLE color: 9480925.

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

Color convert

RGB221170144-
CMYK00.230.350.13
HSL20.26º53.1%71.57%-
HSV(B)20.26º34.84%86.67%-
XYZ49.2346.1432.7-
YUV182.28106.4155.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 144 (56.64% from 255) = 26.92%
R=41.31%
G=31.78%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117014400.230.350.1320.2653.171.57
HexDDAA9001723D143548
Octal33525222002743152465110
Binary1101110110101010100100000101111000111101101001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddaa90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddaa90; }

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

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

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

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

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

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

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

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