#DDA485

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

Shades of Tumbleweed #DDA485

Tints of Tumbleweed #DDA485

Color information

#DDA485 (or 0xDDA485) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 85. RGB value is (221,164,133). Sum of RGB (Red+Green+Blue) = 221+164+133=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA485 is #225B7A. Grayscale: #B1B1B1. Windows color (decimal): -2251643 or 8758493. OLE color: 8758493.

HSL color Cylindrical-coordinate representation of color #DDA485: hue angle of 21.14º 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 #DDA485 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221164133-
CMYK00.260.400.13
HSL21.14º56.41%69.41%-
HSV(B)21.14º39.82%86.67%-
XYZ47.3343.6228.11-
YUV177.51102.88159.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=42.66%
G=31.66%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116413300.260.400.1321.1456.4169.41
HexDDA48501A28D153845
Octal33524420503250152570105
Binary1101110110100100100001010110101010001101101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA485; }

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

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

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

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

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

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

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

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