#DDA085

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

Shades of Tumbleweed #DDA085

Tints of Tumbleweed #DDA085

Color information

#DDA085 (or 0xDDA085) is unknown color: approx Tumbleweed. HEX triplet: DD, A0 and 85. RGB value is (221,160,133). Sum of RGB (Red+Green+Blue) = 221+160+133=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA085 is #225F7A. Grayscale: #AFAFAF. Windows color (decimal): -2252667 or 8757469. OLE color: 8757469.

HSL color Cylindrical-coordinate representation of color #DDA085: hue angle of 18.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDA085 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221160133-
CMYK00.280.400.13
HSL18.41º56.41%69.41%-
HSV(B)18.41º39.82%86.67%-
XYZ46.6242.2127.88-
YUV175.16104.21160.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=43.00%
G=31.13%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116013300.280.400.1318.4156.4169.41
HexDDA08501C28D123845
Octal33524020503450152270105
Binary1101110110100000100001010111001010001101100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA085; }

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

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

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

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

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

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

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

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