#DDA78E

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

Shades of Tumbleweed #DDA78E

Tints of Tumbleweed #DDA78E

Color information

#DDA78E (or 0xDDA78E) is unknown color: approx Tumbleweed. HEX triplet: DD, A7 and 8E. RGB value is (221,167,142). Sum of RGB (Red+Green+Blue) = 221+167+142=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA78E is #225871. Grayscale: #B4B4B4. Windows color (decimal): -2250866 or 9349085. OLE color: 9349085.

HSL color Cylindrical-coordinate representation of color #DDA78E: hue angle of 18.99º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA78E is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221167142-
CMYK00.240.360.13
HSL18.99º53.74%71.18%-
HSV(B)18.99º35.75%86.67%-
XYZ48.5244.9631.71-
YUV180.3106.39157.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=41.70%
G=31.51%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116714200.240.360.1318.9953.7471.18
HexDDA78E01824D133647
Octal33524721603044152366107
Binary1101110110100111100011100110001001001101100111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA78E; }

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

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

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

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

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

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

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

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