#DDA98D

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

Shades of Tumbleweed #DDA98D

Tints of Tumbleweed #DDA98D

Color information

#DDA98D (or 0xDDA98D) is unknown color: approx Tumbleweed. HEX triplet: DD, A9 and 8D. RGB value is (221,169,141). Sum of RGB (Red+Green+Blue) = 221+169+141=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA98D is #225672. Grayscale: #B5B5B5. Windows color (decimal): -2250355 or 9284061. OLE color: 9284061.

HSL color Cylindrical-coordinate representation of color #DDA98D: hue angle of 21º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA98D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221169141-
CMYK00.240.360.13
HSL21º54.05%70.98%-
HSV(B)21º36.2%86.67%-
XYZ48.8145.6731.44-
YUV181.36105.23156.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=41.62%
G=31.83%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116914100.240.360.132154.0570.98
HexDDA98D01824D153647
Octal33525121503044152566107
Binary1101110110101001100011010110001001001101101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA98D; }

 p { color: rgb(221,169,141); }

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

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

 a { background-color: rgb(221,169,141); }

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

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

 span { border-color: rgb(221,169,141); }

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