#DDA486

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

Shades of Tumbleweed #DDA486

Tints of Tumbleweed #DDA486

Color information

#DDA486 (or 0xDDA486) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 86. RGB value is (221,164,134). Sum of RGB (Red+Green+Blue) = 221+164+134=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA486 is #225B79. Grayscale: #B1B1B1. Windows color (decimal): -2251642 or 8824029. OLE color: 8824029.

HSL color Cylindrical-coordinate representation of color #DDA486: hue angle of 20.69º 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 #DDA486 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221164134-
CMYK00.260.390.13
HSL20.69º56.13%69.61%-
HSV(B)20.69º39.37%86.67%-
XYZ47.443.6428.48-
YUV177.62103.38158.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=42.58%
G=31.60%
B=25.82%

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
Decimal22116413400.260.390.1320.6956.1369.61
HexDDA48601A27D153846
Octal33524420603247152570106
Binary1101110110100100100001100110101001111101101011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA486; }

 p { color: rgb(221,164,134); }

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

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

 a { background-color: rgb(221,164,134); }

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

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

 span { border-color: rgb(221,164,134); }

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