#DDAC85

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

Shades of Tumbleweed #DDAC85

Tints of Tumbleweed #DDAC85

Color information

#DDAC85 (or 0xDDAC85) is unknown color: approx Tumbleweed. HEX triplet: DD, AC and 85. RGB value is (221,172,133). Sum of RGB (Red+Green+Blue) = 221+172+133=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC85 is #22537A. Grayscale: #B6B6B6. Windows color (decimal): -2249595 or 8760541. OLE color: 8760541.

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

Color convert

RGB221172133-
CMYK00.220.400.13
HSL26.59º56.41%69.41%-
HSV(B)26.59º39.82%86.67%-
XYZ48.846.5728.61-
YUV182.2100.23155.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=42.02%
G=32.70%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117213300.220.400.1326.5956.4169.41
HexDDAC8501628D1b3845
Octal33525420502650153370105
Binary1101110110101100100001010101101010001101110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC85; }

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

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

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

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

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

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

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

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