#DDA488

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

Shades of Tumbleweed #DDA488

Tints of Tumbleweed #DDA488

Color information

#DDA488 (or 0xDDA488) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 88. RGB value is (221,164,136). Sum of RGB (Red+Green+Blue) = 221+164+136=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA488 is #225B77. Grayscale: #B2B2B2. Windows color (decimal): -2251640 or 8955101. OLE color: 8955101.

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

Color convert

RGB221164136-
CMYK00.260.380.13
HSL19.76º55.56%70%-
HSV(B)19.76º38.46%86.67%-
XYZ47.5443.729.22-
YUV177.85104.38158.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=42.42%
G=31.48%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116413600.260.380.1319.7655.5670
HexDDA48801A26D143846
Octal33524421003246152470106
Binary1101110110100100100010000110101001101101101001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA488; }

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

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

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

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

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

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

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

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