#DDA48A

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

Shades of Tumbleweed #DDA48A

Tints of Tumbleweed #DDA48A

Color information

#DDA48A (or 0xDDA48A) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 8A. RGB value is (221,164,138). Sum of RGB (Red+Green+Blue) = 221+164+138=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA48A is #225B75. Grayscale: #B2B2B2. Windows color (decimal): -2251638 or 9086173. OLE color: 9086173.

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

Color convert

RGB221164138-
CMYK00.260.380.13
HSL18.8º54.97%70.39%-
HSV(B)18.8º37.56%86.67%-
XYZ47.6843.7629.98-
YUV178.08105.38158.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=42.26%
G=31.36%
B=26.39%

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
Decimal22116413800.260.380.1318.854.9770.39
HexDDA48A01A26D133746
Octal33524421203246152367106
Binary1101110110100100100010100110101001101101100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA48A; }

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

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

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

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

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

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

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

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