#DDA271

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

Shades of Tumbleweed #DDA271

Tints of Tumbleweed #DDA271

Color information

#DDA271 (or 0xDDA271) is unknown color: approx Tumbleweed. HEX triplet: DD, A2 and 71. RGB value is (221,162,113). Sum of RGB (Red+Green+Blue) = 221+162+113=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA271 is #225D8E. Grayscale: #AEAEAE. Windows color (decimal): -2252175 or 7447261. OLE color: 7447261.

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

Color convert

RGB221162113-
CMYK00.270.490.13
HSL27.22º61.36%65.49%-
HSV(B)27.22º48.87%86.67%-
XYZ45.7242.4121.4-
YUV174.0693.55161.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=44.56%
G=32.66%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116211300.270.490.1327.2261.3665.49
HexDDA27101B31D1b3d41
Octal33524216103361153375101
Binary110111011010001011100010110111100011101110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA271; }

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

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

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

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

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

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

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

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