#DCAC86

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

Shades of Tumbleweed #DCAC86

Tints of Tumbleweed #DCAC86

Color information

#DCAC86 (or 0xDCAC86) is unknown color: approx Tumbleweed. HEX triplet: DC, AC and 86. RGB value is (220,172,134). Sum of RGB (Red+Green+Blue) = 220+172+134=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC86 is #235379. Grayscale: #B6B6B6. Windows color (decimal): -2315130 or 8826076. OLE color: 8826076.

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

Color convert

RGB220172134-
CMYK00.220.390.14
HSL26.51º55.13%69.41%-
HSV(B)26.51º39.09%86.27%-
XYZ48.5746.4428.96-
YUV182.02100.9155.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 134 (52.73% from 255) = 25.48%
R=41.83%
G=32.70%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017213400.220.390.1426.5155.1369.41
HexDCAC8601627E1b3745
Octal33425420602647163367105
Binary1101110010101100100001100101101001111110110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC86; }

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

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

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

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

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

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

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

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