#DD9F80

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

Shades of Tumbleweed #DD9F80

Tints of Tumbleweed #DD9F80

Color information

#DD9F80 (or 0xDD9F80) is unknown color: approx Tumbleweed. HEX triplet: DD, 9F and 80. RGB value is (221,159,128). Sum of RGB (Red+Green+Blue) = 221+159+128=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F80 is #22607F. Grayscale: #AEAEAE. Windows color (decimal): -2252928 or 8429533. OLE color: 8429533.

HSL color Cylindrical-coordinate representation of color #DD9F80: hue angle of 20º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9F80 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221159128-
CMYK00.280.420.13
HSL20º57.76%68.43%-
HSV(B)20º42.08%86.67%-
XYZ46.1141.7326.05-
YUV174102.04161.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=43.50%
G=31.30%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115912800.280.420.132057.7668.43
HexDD9F8001C2AD143a44
Octal33523720003452152472104
Binary1101110110011111100000000111001010101101101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F80; }

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

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

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

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

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

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

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

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