#DD9F75

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

Shades of Tumbleweed #DD9F75

Tints of Tumbleweed #DD9F75

Color information

#DD9F75 (or 0xDD9F75) is unknown color: approx Tumbleweed. HEX triplet: DD, 9F and 75. RGB value is (221,159,117). Sum of RGB (Red+Green+Blue) = 221+159+117=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F75 is #22608A. Grayscale: #ACACAC. Windows color (decimal): -2252939 or 7708637. OLE color: 7708637.

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

Color convert

RGB221159117-
CMYK00.280.470.13
HSL24.23º60.47%66.27%-
HSV(B)24.23º47.06%86.67%-
XYZ45.4341.4522.44-
YUV172.7596.54162.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=44.47%
G=31.99%
B=23.54%

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
Decimal22115911700.280.470.1324.2360.4766.27
HexDD9F7501C2FD183c42
Octal33523716503457153074102
Binary110111011001111111101010111001011111101110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F75; }

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

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

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

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

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

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

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

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