#DDA78A

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

Shades of Tumbleweed #DDA78A

Tints of Tumbleweed #DDA78A

Color information

#DDA78A (or 0xDDA78A) is unknown color: approx Tumbleweed. HEX triplet: DD, A7 and 8A. RGB value is (221,167,138). Sum of RGB (Red+Green+Blue) = 221+167+138=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA78A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA78A is #225875. Grayscale: #B4B4B4. Windows color (decimal): -2250870 or 9086941. OLE color: 9086941.

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

Color convert

RGB221167138-
CMYK00.240.380.13
HSL20.96º54.97%70.39%-
HSV(B)20.96º37.56%86.67%-
XYZ48.2244.8430.16-
YUV179.84104.39157.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=42.02%
G=31.75%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116713800.240.380.1320.9654.9770.39
HexDDA78A01826D153746
Octal33524721203046152567106
Binary1101110110100111100010100110001001101101101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA78A; }

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

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

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

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

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

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

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

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