#DDAC89

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

Shades of Tumbleweed #DDAC89

Tints of Tumbleweed #DDAC89

Color information

#DDAC89 (or 0xDDAC89) is unknown color: approx Tumbleweed. HEX triplet: DD, AC and 89. RGB value is (221,172,137). Sum of RGB (Red+Green+Blue) = 221+172+137=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC89 is #225376. Grayscale: #B6B6B6. Windows color (decimal): -2249591 or 9022685. OLE color: 9022685.

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

Color convert

RGB221172137-
CMYK00.220.380.13
HSL25º55.26%70.2%-
HSV(B)25º38.01%86.67%-
XYZ49.0946.6830.09-
YUV182.66102.23155.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 137 (53.91% from 255) = 25.85%
R=41.70%
G=32.45%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117213700.220.380.132555.2670.2
HexDDAC8901626D193746
Octal33525421102646153167106
Binary1101110110101100100010010101101001101101110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC89; }

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

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

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

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

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

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

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

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