#DDA481

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

Shades of Tumbleweed #DDA481

Tints of Tumbleweed #DDA481

Color information

#DDA481 (or 0xDDA481) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 81. RGB value is (221,164,129). Sum of RGB (Red+Green+Blue) = 221+164+129=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA481 is #225B7E. Grayscale: #B1B1B1. Windows color (decimal): -2251647 or 8496349. OLE color: 8496349.

HSL color Cylindrical-coordinate representation of color #DDA481: hue angle of 22.83º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDA481 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221164129-
CMYK00.260.420.13
HSL22.83º57.5%68.63%-
HSV(B)22.83º41.63%86.67%-
XYZ47.0643.5126.69-
YUV177.05100.88159.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 129 (50.78% from 255) = 25.10%
R=43.00%
G=31.91%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116412900.260.420.1322.8357.568.63
HexDDA48101A2AD173a45
Octal33524420103252152772105
Binary1101110110100100100000010110101010101101101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA481; }

 p { color: rgb(221,164,129); }

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

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

 a { background-color: rgb(221,164,129); }

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

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

 span { border-color: rgb(221,164,129); }

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