#DD9F76

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

Shades of Tumbleweed #DD9F76

Tints of Tumbleweed #DD9F76

Color information

#DD9F76 (or 0xDD9F76) is unknown color: approx Tumbleweed. HEX triplet: DD, 9F and 76. RGB value is (221,159,118). Sum of RGB (Red+Green+Blue) = 221+159+118=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F76 is #226089. Grayscale: #ADADAD. Windows color (decimal): -2252938 or 7774173. OLE color: 7774173.

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

Color convert

RGB221159118-
CMYK00.280.470.13
HSL23.88º60.23%66.47%-
HSV(B)23.88º46.61%86.67%-
XYZ45.4941.4822.75-
YUV172.8697.04162.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=44.38%
G=31.93%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115911800.280.470.1323.8860.2366.47
HexDD9F7601C2FD183c42
Octal33523716603457153074102
Binary110111011001111111101100111001011111101110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F76; }

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

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

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

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

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

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

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

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