#DDAC8F

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

Shades of Tumbleweed #DDAC8F

Tints of Tumbleweed #DDAC8F

Color information

#DDAC8F (or 0xDDAC8F) is unknown color: approx Tumbleweed. HEX triplet: DD, AC and 8F. RGB value is (221,172,143). Sum of RGB (Red+Green+Blue) = 221+172+143=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC8F is #225370. Grayscale: #B7B7B7. Windows color (decimal): -2249585 or 9415901. OLE color: 9415901.

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

Color convert

RGB221172143-
CMYK00.220.350.13
HSL22.31º53.42%71.37%-
HSV(B)22.31º35.29%86.67%-
XYZ49.5346.8632.42-
YUV183.34105.23154.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=41.23%
G=32.09%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117214300.220.350.1322.3153.4271.37
HexDDAC8F01623D163547
Octal33525421702643152665107
Binary1101110110101100100011110101101000111101101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC8F; }

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

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

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

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

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

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

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

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