#DD9F7B

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

Shades of Tumbleweed #DD9F7B

Tints of Tumbleweed #DD9F7B

Color information

#DD9F7B (or 0xDD9F7B) is unknown color: approx Tumbleweed. HEX triplet: DD, 9F and 7B. RGB value is (221,159,123). Sum of RGB (Red+Green+Blue) = 221+159+123=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F7B is #226084. Grayscale: #ADADAD. Windows color (decimal): -2252933 or 8101853. OLE color: 8101853.

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

Color convert

RGB221159123-
CMYK00.280.440.13
HSL22.04º59.04%67.45%-
HSV(B)22.04º44.34%86.67%-
XYZ45.7941.624.35-
YUV173.4399.54161.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=43.94%
G=31.61%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115912300.280.440.1322.0459.0467.45
HexDD9F7B01C2CD163b43
Octal33523717303454152673103
Binary110111011001111111110110111001011001101101101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F7B; }

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

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

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

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

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

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

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

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