#DDA174

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

Shades of Tumbleweed #DDA174

Tints of Tumbleweed #DDA174

Color information

#DDA174 (or 0xDDA174) is unknown color: approx Tumbleweed. HEX triplet: DD, A1 and 74. RGB value is (221,161,116). Sum of RGB (Red+Green+Blue) = 221+161+116=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA174 is #225E8B. Grayscale: #AEAEAE. Windows color (decimal): -2252428 or 7643613. OLE color: 7643613.

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

Color convert

RGB221161116-
CMYK00.270.480.13
HSL25.71º60.69%66.08%-
HSV(B)25.71º47.51%86.67%-
XYZ45.7242.1222.24-
YUV173.8195.38161.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.38%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=44.38%
G=32.33%
B=23.29%

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
Decimal22116111600.270.480.1325.7160.6966.08
HexDDA17401B30D1a3d42
Octal33524116403360153275102
Binary110111011010000111101000110111100001101110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA174; }

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

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

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

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

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

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

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

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