#DDAD8B

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

Shades of Tumbleweed #DDAD8B

Tints of Tumbleweed #DDAD8B

Color information

#DDAD8B (or 0xDDAD8B) is unknown color: approx Tumbleweed. HEX triplet: DD, AD and 8B. RGB value is (221,173,139). Sum of RGB (Red+Green+Blue) = 221+173+139=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD8B is #225274. Grayscale: #B7B7B7. Windows color (decimal): -2249333 or 9154013. OLE color: 9154013.

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

Color convert

RGB221173139-
CMYK00.220.370.13
HSL24.88º54.67%70.59%-
HSV(B)24.88º37.1%86.67%-
XYZ49.4247.1230.92-
YUV183.48102.9154.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 139 (54.69% from 255) = 26.08%
R=41.46%
G=32.46%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117313900.220.370.1324.8854.6770.59
HexDDAD8B01625D193747
Octal33525521302645153167107
Binary1101110110101101100010110101101001011101110011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD8B; }

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

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

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

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

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

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

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

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