#DDAD8E

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

Shades of Tumbleweed #DDAD8E

Tints of Tumbleweed #DDAD8E

Color information

#DDAD8E (or 0xDDAD8E) is unknown color: approx Tumbleweed. HEX triplet: DD, AD and 8E. RGB value is (221,173,142). Sum of RGB (Red+Green+Blue) = 221+173+142=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD8E is #225271. Grayscale: #B7B7B7. Windows color (decimal): -2249330 or 9350621. OLE color: 9350621.

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

Color convert

RGB221173142-
CMYK00.220.360.13
HSL23.54º53.74%71.18%-
HSV(B)23.54º35.75%86.67%-
XYZ49.6447.2132.09-
YUV183.82104.4154.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=41.23%
G=32.28%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117314200.220.360.1323.5453.7471.18
HexDDAD8E01624D183647
Octal33525521602644153066107
Binary1101110110101101100011100101101001001101110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD8E; }

 p { color: rgb(221,173,142); }

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

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

 a { background-color: rgb(221,173,142); }

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

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

 span { border-color: rgb(221,173,142); }

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