#DDAB8B

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

Shades of Tumbleweed #DDAB8B

Tints of Tumbleweed #DDAB8B

Color information

#DDAB8B (or 0xDDAB8B) is unknown color: approx Tumbleweed. HEX triplet: DD, AB and 8B. RGB value is (221,171,139). Sum of RGB (Red+Green+Blue) = 221+171+139=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB8B is #225474. Grayscale: #B6B6B6. Windows color (decimal): -2249845 or 9153501. OLE color: 9153501.

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

Color convert

RGB221171139-
CMYK00.230.370.13
HSL23.41º54.67%70.59%-
HSV(B)23.41º37.1%86.67%-
XYZ49.0446.3630.79-
YUV182.3103.56155.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=41.62%
G=32.20%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117113900.230.370.1323.4154.6770.59
HexDDAB8B01725D173747
Octal33525321302745152767107
Binary1101110110101011100010110101111001011101101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB8B; }

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

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

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

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

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

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

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

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