#DDA071

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

Shades of Tumbleweed #DDA071

Tints of Tumbleweed #DDA071

Color information

#DDA071 (or 0xDDA071) is unknown color: approx Tumbleweed. HEX triplet: DD, A0 and 71. RGB value is (221,160,113). Sum of RGB (Red+Green+Blue) = 221+160+113=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA071 is #225F8E. Grayscale: #ADADAD. Windows color (decimal): -2252687 or 7446749. OLE color: 7446749.

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

Color convert

RGB221160113-
CMYK00.280.490.13
HSL26.11º61.36%65.49%-
HSV(B)26.11º48.87%86.67%-
XYZ45.3741.7121.28-
YUV172.8894.21162.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 113 (44.53% from 255) = 22.87%
R=44.74%
G=32.39%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116011300.280.490.1326.1161.3665.49
HexDDA07101C31D1a3d41
Octal33524016103461153275101
Binary110111011010000011100010111001100011101110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA071; }

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

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

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

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

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

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

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

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