#DDA785

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

Shades of Tumbleweed #DDA785

Tints of Tumbleweed #DDA785

Color information

#DDA785 (or 0xDDA785) is unknown color: approx Tumbleweed. HEX triplet: DD, A7 and 85. RGB value is (221,167,133). Sum of RGB (Red+Green+Blue) = 221+167+133=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA785 is #22587A. Grayscale: #B3B3B3. Windows color (decimal): -2250875 or 8759261. OLE color: 8759261.

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

Color convert

RGB221167133-
CMYK00.240.400.13
HSL23.18º56.41%69.41%-
HSV(B)23.18º39.82%86.67%-
XYZ47.8744.728.3-
YUV179.27101.89157.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=42.42%
G=32.05%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116713300.240.400.1323.1856.4169.41
HexDDA78501828D173845
Octal33524720503050152770105
Binary1101110110100111100001010110001010001101101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA785; }

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

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

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

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

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

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

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

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