#DD9D71

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

Shades of Tumbleweed #DD9D71

Tints of Tumbleweed #DD9D71

Color information

#DD9D71 (or 0xDD9D71) is unknown color: approx Tumbleweed. HEX triplet: DD, 9D and 71. RGB value is (221,157,113). Sum of RGB (Red+Green+Blue) = 221+157+113=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D71 is #22628E. Grayscale: #ABABAB. Windows color (decimal): -2253455 or 7445981. OLE color: 7445981.

HSL color Cylindrical-coordinate representation of color #DD9D71: hue angle of 24.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD9D71 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221157113-
CMYK00.290.490.13
HSL24.44º61.36%65.49%-
HSV(B)24.44º48.87%86.67%-
XYZ44.8640.6821.11-
YUV171.1295.2163.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=45.01%
G=31.98%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115711300.290.490.1324.4461.3665.49
HexDD9D7101D31D183d41
Octal33523516103561153075101
Binary110111011001110111100010111011100011101110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D71; }

 p { color: rgb(221,157,113); }

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

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

 a { background-color: rgb(221,157,113); }

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

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

 span { border-color: rgb(221,157,113); }

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