#DDAC87

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

Shades of Tumbleweed #DDAC87

Tints of Tumbleweed #DDAC87

Color information

#DDAC87 (or 0xDDAC87) is unknown color: approx Tumbleweed. HEX triplet: DD, AC and 87. RGB value is (221,172,135). Sum of RGB (Red+Green+Blue) = 221+172+135=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC87 is #225378. Grayscale: #B6B6B6. Windows color (decimal): -2249593 or 8891613. OLE color: 8891613.

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

Color convert

RGB221172135-
CMYK00.220.390.13
HSL25.81º55.84%69.8%-
HSV(B)25.81º38.91%86.67%-
XYZ48.9446.6329.34-
YUV182.43101.23155.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 135 (53.12% from 255) = 25.57%
R=41.86%
G=32.58%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117213500.220.390.1325.8155.8469.8
HexDDAC8701627D1a3846
Octal33525420702647153270106
Binary1101110110101100100001110101101001111101110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC87; }

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

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

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

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

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

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

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

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