#DDA080

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

Shades of Tumbleweed #DDA080

Tints of Tumbleweed #DDA080

Color information

#DDA080 (or 0xDDA080) is unknown color: approx Tumbleweed. HEX triplet: DD, A0 and 80. RGB value is (221,160,128). Sum of RGB (Red+Green+Blue) = 221+160+128=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA080 is #225F7F. Grayscale: #AEAEAE. Windows color (decimal): -2252672 or 8429789. OLE color: 8429789.

HSL color Cylindrical-coordinate representation of color #DDA080: hue angle of 20.65º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDA080 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221160128-
CMYK00.280.420.13
HSL20.65º57.76%68.43%-
HSV(B)20.65º42.08%86.67%-
XYZ46.2942.0726.1-
YUV174.59101.71161.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=43.42%
G=31.43%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116012800.280.420.1320.6557.7668.43
HexDDA08001C2AD153a44
Octal33524020003452152572104
Binary1101110110100000100000000111001010101101101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA080; }

 p { color: rgb(221,160,128); }

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

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

 a { background-color: rgb(221,160,128); }

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

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

 span { border-color: rgb(221,160,128); }

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