#DDA387

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

Shades of Tumbleweed #DDA387

Tints of Tumbleweed #DDA387

Color information

#DDA387 (or 0xDDA387) is unknown color: approx Tumbleweed. HEX triplet: DD, A3 and 87. RGB value is (221,163,135). Sum of RGB (Red+Green+Blue) = 221+163+135=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA387 is #225C78. Grayscale: #B1B1B1. Windows color (decimal): -2251897 or 8889309. OLE color: 8889309.

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

Color convert

RGB221163135-
CMYK00.260.390.13
HSL19.53º55.84%69.8%-
HSV(B)19.53º38.91%86.67%-
XYZ47.2943.3228.79-
YUV177.15104.22159.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 135 (53.12% from 255) = 26.01%
R=42.58%
G=31.41%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116313500.260.390.1319.5355.8469.8
HexDDA38701A27D143846
Octal33524320703247152470106
Binary1101110110100011100001110110101001111101101001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA387; }

 p { color: rgb(221,163,135); }

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

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

 a { background-color: rgb(221,163,135); }

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

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

 span { border-color: rgb(221,163,135); }

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