#DDA885

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

Shades of Tumbleweed #DDA885

Tints of Tumbleweed #DDA885

Color information

#DDA885 (or 0xDDA885) is unknown color: approx Tumbleweed. HEX triplet: DD, A8 and 85. RGB value is (221,168,133). Sum of RGB (Red+Green+Blue) = 221+168+133=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA885 is #22577A. Grayscale: #B4B4B4. Windows color (decimal): -2250619 or 8759517. OLE color: 8759517.

HSL color Cylindrical-coordinate representation of color #DDA885: hue angle of 23.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDA885 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221168133-
CMYK00.240.400.13
HSL23.86º56.41%69.41%-
HSV(B)23.86º39.82%86.67%-
XYZ48.0645.0728.36-
YUV179.86101.56157.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 168 (66.02% from 255) = 32.18%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=42.34%
G=32.18%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116813300.240.400.1323.8656.4169.41
HexDDA88501828D183845
Octal33525020503050153070105
Binary1101110110101000100001010110001010001101110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA885; }

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

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

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

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

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

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

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

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