#DDA682

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

Shades of Tumbleweed #DDA682

Tints of Tumbleweed #DDA682

Color information

#DDA682 (or 0xDDA682) is unknown color: approx Tumbleweed. HEX triplet: DD, A6 and 82. RGB value is (221,166,130). Sum of RGB (Red+Green+Blue) = 221+166+130=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA682 is #22597D. Grayscale: #B2B2B2. Windows color (decimal): -2251134 or 8562397. OLE color: 8562397.

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

Color convert

RGB221166130-
CMYK00.250.410.13
HSL23.74º57.23%68.82%-
HSV(B)23.74º41.18%86.67%-
XYZ47.4844.2627.16-
YUV178.34100.72158.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=42.75%
G=32.11%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116613000.250.410.1323.7457.2368.82
HexDDA68201929D183945
Octal33524620203151153071105
Binary1101110110100110100000100110011010011101110001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA682; }

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

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

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

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

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

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

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

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