#DDA571

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

Shades of Tumbleweed #DDA571

Tints of Tumbleweed #DDA571

Color information

#DDA571 (or 0xDDA571) is unknown color: approx Tumbleweed. HEX triplet: DD, A5 and 71. RGB value is (221,165,113). Sum of RGB (Red+Green+Blue) = 221+165+113=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA571 is #225A8E. Grayscale: #B0B0B0. Windows color (decimal): -2251407 or 7448029. OLE color: 7448029.

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

Color convert

RGB221165113-
CMYK00.250.490.13
HSL28.89º61.36%65.49%-
HSV(B)28.89º48.87%86.67%-
XYZ46.2543.4721.58-
YUV175.8292.55160.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=44.29%
G=33.07%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116511300.250.490.1328.8961.3665.49
HexDDA57101931D1d3d41
Octal33524516103161153575101
Binary110111011010010111100010110011100011101111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA571; }

 p { color: rgb(221,165,113); }

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

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

 a { background-color: rgb(221,165,113); }

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

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

 span { border-color: rgb(221,165,113); }

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