#DDA172

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

Shades of Tumbleweed #DDA172

Tints of Tumbleweed #DDA172

Color information

#DDA172 (or 0xDDA172) is unknown color: approx Tumbleweed. HEX triplet: DD, A1 and 72. RGB value is (221,161,114). Sum of RGB (Red+Green+Blue) = 221+161+114=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA172 is #225E8D. Grayscale: #ADADAD. Windows color (decimal): -2252430 or 7512541. OLE color: 7512541.

HSL color Cylindrical-coordinate representation of color #DDA172: hue angle of 26.36º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA172 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221161114-
CMYK00.270.480.13
HSL26.36º61.14%65.69%-
HSV(B)26.36º48.42%86.67%-
XYZ45.642.0821.64-
YUV173.5894.38161.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=44.56%
G=32.46%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116111400.270.480.1326.3661.1465.69
HexDDA17201B30D1a3d42
Octal33524116203360153275102
Binary110111011010000111100100110111100001101110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA172; }

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

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

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

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

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

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

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

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