#DDA070

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

Shades of Tumbleweed #DDA070

Tints of Tumbleweed #DDA070

Color information

#DDA070 (or 0xDDA070) is unknown color: approx Tumbleweed. HEX triplet: DD, A0 and 70. RGB value is (221,160,112). Sum of RGB (Red+Green+Blue) = 221+160+112=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA070 is #225F8F. Grayscale: #ADADAD. Windows color (decimal): -2252688 or 7381213. OLE color: 7381213.

HSL color Cylindrical-coordinate representation of color #DDA070: hue angle of 26.42º degrees, saturation: 0.62, 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 #DDA070 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221160112-
CMYK00.280.490.13
HSL26.42º61.58%65.29%-
HSV(B)26.42º49.32%86.67%-
XYZ45.3141.6820.99-
YUV172.7793.71162.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=44.83%
G=32.45%
B=22.72%

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
Decimal22116011200.280.490.1326.4261.5865.29
HexDDA07001C31D1a3e41
Octal33524016003461153276101
Binary110111011010000011100000111001100011101110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA070; }

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

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

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

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

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

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

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

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