#DDA185

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

Shades of Tumbleweed #DDA185

Tints of Tumbleweed #DDA185

Color information

#DDA185 (or 0xDDA185) is unknown color: approx Tumbleweed. HEX triplet: DD, A1 and 85. RGB value is (221,161,133). Sum of RGB (Red+Green+Blue) = 221+161+133=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA185 is #225E7A. Grayscale: #AFAFAF. Windows color (decimal): -2252411 or 8757725. OLE color: 8757725.

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

Color convert

RGB221161133-
CMYK00.270.400.13
HSL19.09º56.41%69.41%-
HSV(B)19.09º39.82%86.67%-
XYZ46.842.5627.94-
YUV175.75103.88160.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=42.91%
G=31.26%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116113300.270.400.1319.0956.4169.41
HexDDA18501B28D133845
Octal33524120503350152370105
Binary1101110110100001100001010110111010001101100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA185; }

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

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

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

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

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

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

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

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