#DDAB82

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

Shades of Tumbleweed #DDAB82

Tints of Tumbleweed #DDAB82

Color information

#DDAB82 (or 0xDDAB82) is unknown color: approx Tumbleweed. HEX triplet: DD, AB and 82. RGB value is (221,171,130). Sum of RGB (Red+Green+Blue) = 221+171+130=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB82 is #22547D. Grayscale: #B5B5B5. Windows color (decimal): -2249854 or 8563677. OLE color: 8563677.

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

Color convert

RGB221171130-
CMYK00.230.410.13
HSL27.03º57.23%68.82%-
HSV(B)27.03º41.18%86.67%-
XYZ48.4146.1127.47-
YUV181.2899.06156.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 130 (51.17% from 255) = 24.90%
R=42.34%
G=32.76%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117113000.230.410.1327.0357.2368.82
HexDDAB8201729D1b3945
Octal33525320202751153371105
Binary1101110110101011100000100101111010011101110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB82; }

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

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

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

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

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

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

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

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