#DDA88A

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

Shades of Tumbleweed #DDA88A

Tints of Tumbleweed #DDA88A

Color information

#DDA88A (or 0xDDA88A) is unknown color: approx Tumbleweed. HEX triplet: DD, A8 and 8A. RGB value is (221,168,138). Sum of RGB (Red+Green+Blue) = 221+168+138=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA88A is #225775. Grayscale: #B4B4B4. Windows color (decimal): -2250614 or 9087197. OLE color: 9087197.

HSL color Cylindrical-coordinate representation of color #DDA88A: hue angle of 21.69º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDA88A is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221168138-
CMYK00.240.380.13
HSL21.69º54.97%70.39%-
HSV(B)21.69º37.56%86.67%-
XYZ48.4145.2130.22-
YUV180.43104.06156.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=41.94%
G=31.88%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116813800.240.380.1321.6954.9770.39
HexDDA88A01826D163746
Octal33525021203046152667106
Binary1101110110101000100010100110001001101101101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA88A; }

 p { color: rgb(221,168,138); }

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

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

 a { background-color: rgb(221,168,138); }

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

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

 span { border-color: rgb(221,168,138); }

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