#DDA484

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

Shades of Tumbleweed #DDA484

Tints of Tumbleweed #DDA484

Color information

#DDA484 (or 0xDDA484) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 84. RGB value is (221,164,132). Sum of RGB (Red+Green+Blue) = 221+164+132=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA484 is #225B7B. Grayscale: #B1B1B1. Windows color (decimal): -2251644 or 8692957. OLE color: 8692957.

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

Color convert

RGB221164132-
CMYK00.260.400.13
HSL21.57º56.69%69.22%-
HSV(B)21.57º40.27%86.67%-
XYZ47.2643.5927.75-
YUV177.4102.38159.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=42.75%
G=31.72%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116413200.260.400.1321.5756.6969.22
HexDDA48401A28D163945
Octal33524420403250152671105
Binary1101110110100100100001000110101010001101101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA484; }

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

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

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

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

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

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

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

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