#DDA882

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

Shades of Tumbleweed #DDA882

Tints of Tumbleweed #DDA882

Color information

#DDA882 (or 0xDDA882) is unknown color: approx Tumbleweed. HEX triplet: DD, A8 and 82. RGB value is (221,168,130). Sum of RGB (Red+Green+Blue) = 221+168+130=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA882 is #22577D. Grayscale: #B3B3B3. Windows color (decimal): -2250622 or 8562909. OLE color: 8562909.

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

Color convert

RGB221168130-
CMYK00.240.410.13
HSL25.05º57.23%68.82%-
HSV(B)25.05º41.18%86.67%-
XYZ47.8544.9927.28-
YUV179.52100.06157.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 130 (51.17% from 255) = 25.05%
R=42.58%
G=32.37%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116813000.240.410.1325.0557.2368.82
HexDDA88201829D193945
Octal33525020203051153171105
Binary1101110110101000100000100110001010011101110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA882; }

 p { color: rgb(221,168,130); }

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

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

 a { background-color: rgb(221,168,130); }

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

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

 span { border-color: rgb(221,168,130); }

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