#DD9D81

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

Shades of Tumbleweed #DD9D81

Tints of Tumbleweed #DD9D81

Color information

#DD9D81 (or 0xDD9D81) is unknown color: approx Tumbleweed. HEX triplet: DD, 9D and 81. RGB value is (221,157,129). Sum of RGB (Red+Green+Blue) = 221+157+129=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D81 is #22627E. Grayscale: #ADADAD. Windows color (decimal): -2253439 or 8494557. OLE color: 8494557.

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

Color convert

RGB221157129-
CMYK00.290.420.13
HSL18.26º57.5%68.63%-
HSV(B)18.26º41.63%86.67%-
XYZ45.8441.0726.28-
YUV172.94103.2162.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=43.59%
G=30.97%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115712900.290.420.1318.2657.568.63
HexDD9D8101D2AD123a45
Octal33523520103552152272105
Binary1101110110011101100000010111011010101101100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D81; }

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

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

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

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

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

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

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

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