#DDA981

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

Shades of Tumbleweed #DDA981

Tints of Tumbleweed #DDA981

Color information

#DDA981 (or 0xDDA981) is unknown color: approx Tumbleweed. HEX triplet: DD, A9 and 81. RGB value is (221,169,129). Sum of RGB (Red+Green+Blue) = 221+169+129=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA981 is #22567E. Grayscale: #B4B4B4. Windows color (decimal): -2250367 or 8497629. OLE color: 8497629.

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

Color convert

RGB221169129-
CMYK00.240.420.13
HSL26.09º57.5%68.63%-
HSV(B)26.09º41.63%86.67%-
XYZ47.9745.3326.99-
YUV179.9999.23157.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 129 (50.78% from 255) = 24.86%
R=42.58%
G=32.56%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116912900.240.420.1326.0957.568.63
HexDDA9810182AD1a3a45
Octal33525120103052153272105
Binary1101110110101001100000010110001010101101110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA981; }

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

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

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

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

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

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

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

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