#DCAC8D

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

Shades of Tumbleweed #DCAC8D

Tints of Tumbleweed #DCAC8D

Color information

#DCAC8D (or 0xDCAC8D) is unknown color: approx Tumbleweed. HEX triplet: DC, AC and 8D. RGB value is (220,172,141). Sum of RGB (Red+Green+Blue) = 220+172+141=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC8D is #235372. Grayscale: #B6B6B6. Windows color (decimal): -2315123 or 9284828. OLE color: 9284828.

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

Color convert

RGB220172141-
CMYK00.220.360.14
HSL23.54º53.02%70.78%-
HSV(B)23.54º35.91%86.27%-
XYZ49.0846.6431.62-
YUV182.82104.4154.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=41.28%
G=32.27%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017214100.220.360.1423.5453.0270.78
HexDCAC8D01624E183547
Octal33425421502644163065107
Binary1101110010101100100011010101101001001110110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC8D; }

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

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

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

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

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

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

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

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