#DDA88E

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

Shades of Tumbleweed #DDA88E

Tints of Tumbleweed #DDA88E

Color information

#DDA88E (or 0xDDA88E) is unknown color: approx Tumbleweed. HEX triplet: DD, A8 and 8E. RGB value is (221,168,142). Sum of RGB (Red+Green+Blue) = 221+168+142=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA88E is #225771. Grayscale: #B5B5B5. Windows color (decimal): -2250610 or 9349341. OLE color: 9349341.

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

Color convert

RGB221168142-
CMYK00.240.360.13
HSL19.75º53.74%71.18%-
HSV(B)19.75º35.75%86.67%-
XYZ48.745.3331.77-
YUV180.88106.06156.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=41.62%
G=31.64%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116814200.240.360.1319.7553.7471.18
HexDDA88E01824D143647
Octal33525021603044152466107
Binary1101110110101000100011100110001001001101101001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA88E; }

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

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

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

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

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

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

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

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