#DD9D7B

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

Shades of Tumbleweed #DD9D7B

Tints of Tumbleweed #DD9D7B

Color information

#DD9D7B (or 0xDD9D7B) is unknown color: approx Tumbleweed. HEX triplet: DD, 9D and 7B. RGB value is (221,157,123). Sum of RGB (Red+Green+Blue) = 221+157+123=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D7B is #226284. Grayscale: #ACACAC. Windows color (decimal): -2253445 or 8101341. OLE color: 8101341.

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

Color convert

RGB221157123-
CMYK00.290.440.13
HSL20.82º59.04%67.45%-
HSV(B)20.82º44.34%86.67%-
XYZ45.4540.9224.24-
YUV172.26100.2162.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=44.11%
G=31.34%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115712300.290.440.1320.8259.0467.45
HexDD9D7B01D2CD153b43
Octal33523517303554152573103
Binary110111011001110111110110111011011001101101011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D7B; }

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

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

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

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

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

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

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

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