#DDA88B

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

Shades of Tumbleweed #DDA88B

Tints of Tumbleweed #DDA88B

Color information

#DDA88B (or 0xDDA88B) is unknown color: approx Tumbleweed. HEX triplet: DD, A8 and 8B. RGB value is (221,168,139). Sum of RGB (Red+Green+Blue) = 221+168+139=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA88B is #225774. Grayscale: #B4B4B4. Windows color (decimal): -2250613 or 9152733. OLE color: 9152733.

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

Color convert

RGB221168139-
CMYK00.240.370.13
HSL21.22º54.67%70.59%-
HSV(B)21.22º37.1%86.67%-
XYZ48.4845.2430.6-
YUV180.54104.56156.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=41.86%
G=31.82%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116813900.240.370.1321.2254.6770.59
HexDDA88B01825D153747
Octal33525021303045152567107
Binary1101110110101000100010110110001001011101101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA88B; }

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

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

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

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

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

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

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

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