#DDA98C

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

Shades of Tumbleweed #DDA98C

Tints of Tumbleweed #DDA98C

Color information

#DDA98C (or 0xDDA98C) is unknown color: approx Tumbleweed. HEX triplet: DD, A9 and 8C. RGB value is (221,169,140). Sum of RGB (Red+Green+Blue) = 221+169+140=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA98C is #225673. Grayscale: #B5B5B5. Windows color (decimal): -2250356 or 9218525. OLE color: 9218525.

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

Color convert

RGB221169140-
CMYK00.240.370.13
HSL21.48º54.36%70.78%-
HSV(B)21.48º36.65%86.67%-
XYZ48.7445.6431.05-
YUV181.24104.73156.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=41.70%
G=31.89%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116914000.240.370.1321.4854.3670.78
HexDDA98C01825D153647
Octal33525121403045152566107
Binary1101110110101001100011000110001001011101101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA98C; }

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

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

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

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

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

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

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

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