#DDAC8B

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

Shades of Tumbleweed #DDAC8B

Tints of Tumbleweed #DDAC8B

Color information

#DDAC8B (or 0xDDAC8B) is unknown color: approx Tumbleweed. HEX triplet: DD, AC and 8B. RGB value is (221,172,139). Sum of RGB (Red+Green+Blue) = 221+172+139=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC8B is #225374. Grayscale: #B7B7B7. Windows color (decimal): -2249589 or 9153757. OLE color: 9153757.

HSL color Cylindrical-coordinate representation of color #DDAC8B: hue angle of 24.15º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDAC8B is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221172139-
CMYK00.220.370.13
HSL24.15º54.67%70.59%-
HSV(B)24.15º37.1%86.67%-
XYZ49.2346.7430.85-
YUV182.89103.23155.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=41.54%
G=32.33%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117213900.220.370.1324.1554.6770.59
HexDDAC8B01625D183747
Octal33525421302645153067107
Binary1101110110101100100010110101101001011101110001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC8B; }

 p { color: rgb(221,172,139); }

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

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

 a { background-color: rgb(221,172,139); }

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

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

 span { border-color: rgb(221,172,139); }

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