#DCAC8B

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

Shades of Tumbleweed #DCAC8B

Tints of Tumbleweed #DCAC8B

Color information

#DCAC8B (or 0xDCAC8B) is unknown color: approx Tumbleweed. HEX triplet: DC, AC and 8B. RGB value is (220,172,139). Sum of RGB (Red+Green+Blue) = 220+172+139=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC8B is #235374. Grayscale: #B6B6B6. Windows color (decimal): -2315125 or 9153756. OLE color: 9153756.

HSL color Cylindrical-coordinate representation of color #DCAC8B: hue angle of 24.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCAC8B is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220172139-
CMYK00.220.370.14
HSL24.44º53.64%70.39%-
HSV(B)24.44º36.82%86.27%-
XYZ48.9346.5830.84-
YUV182.59103.4154.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=41.43%
G=32.39%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017213900.220.370.1424.4453.6470.39
HexDCAC8B01625E183646
Octal33425421302645163066106
Binary1101110010101100100010110101101001011110110001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC8B; }

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

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

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

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

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

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

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

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